File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sormas-backend/src/main/resources/sql Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13969,8 +13969,8 @@ ALTER TABLE cases_history ADD COLUMN notifier_id bigint;
13969
13969
ALTER TABLE cases_history ADD COLUMN notifierdate timestamp;
13970
13970
13971
13971
INSERT INTO schema_version (version_number, comment) VALUES (565, 'Entities to Support Doctor Declaration XML Parsing #13283');
13972
- -- 2025-04-14 Notifier handling #13319
13973
13972
13973
+ -- 2025-04-14 Entries to the LUX+TB specific #13319
13974
13974
ALTER TABLE cases ADD COLUMN IF NOT EXISTS postMortem BOOLEAN DEFAULT false;
13975
13975
ALTER TABLE cases ADD COLUMN IF NOT EXISTS healthFacilityDepartment VARCHAR(255);
13976
13976
@@ -14030,7 +14030,7 @@ ALTER TABLE externalmessage_history ADD COLUMN treatmentstarted VARCHAR(255);
14030
14030
ALTER TABLE externalmessage_history ADD COLUMN treatmentstarteddate TIMESTAMP;
14031
14031
ALTER TABLE externalmessage_history ADD COLUMN diagnosticdate TIMESTAMP;
14032
14032
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');
14034
14034
14035
14035
14036
14036
-- *** 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