Change Log for Dosage

Overview

Total Changes

3

First Change

6th Mar 2025

Last Change

22nd Mar 2025

Log

Date Time User Type Name Attribute
1 22nd March 2025 17:40:16 remus - - library_collection_name
Before
Dosage
After
Dosage
2 22nd March 2025 17:40:12 remus - - library_collection_name
Before
Dosage
After
Dosage
3 6th March 2025 09:39:19 remus - - definition
Before
select library_item_id from library_items where library_item_id in (18, 29, 17, 25, 24)
After
select library_item_id from library_items where library_item_id in (18, 29, 17, 25, 24)
Diff
--- before

+++ after

@@ -1,8 +1,8 @@

-select
- library_item_id
-
-from
- library_items
-
-where
+select
+ library_item_id
+
+from
+ library_items
+
+where
library_item_id in (18, 29, 17, 25, 24)

Page 1