File tree Expand file tree Collapse file tree
sormas-backend/src/main/resources/sql Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13969,8 +13969,8 @@ ALTER TABLE cases_history ADD COLUMN notifier_id bigint;
1396913969ALTER TABLE cases_history ADD COLUMN notifierdate timestamp;
1397013970
1397113971INSERT INTO schema_version (version_number, comment) VALUES (565, 'Entities to Support Doctor Declaration XML Parsing #13283');
13972- -- 2025-04-14 Notifier handling #13319
1397313972
13973+ -- 2025-04-14 Entries to the LUX+TB specific #13319
1397413974ALTER TABLE cases ADD COLUMN IF NOT EXISTS postMortem BOOLEAN DEFAULT false;
1397513975ALTER TABLE cases ADD COLUMN IF NOT EXISTS healthFacilityDepartment VARCHAR(255);
1397613976
@@ -14030,7 +14030,7 @@ ALTER TABLE externalmessage_history ADD COLUMN treatmentstarted VARCHAR(255);
1403014030ALTER TABLE externalmessage_history ADD COLUMN treatmentstarteddate TIMESTAMP;
1403114031ALTER TABLE externalmessage_history ADD COLUMN diagnosticdate TIMESTAMP;
1403214032
14033- INSERT INTO schema_version (version_number, comment) VALUES (566 , 'Doctor declaration handling #13294');
14033+ INSERT INTO schema_version (version_number, comment) VALUES (567 , 'Doctor declaration handling #13294');
1403414034
1403514035
1403614036-- *** Insert new sql commands BEFORE this line. Remember to always consider _history tables. ***
You can’t perform that action at this time.
0 commit comments