Skip to content

Commit 2e27b25

Browse files
committed
#13294 - Fixed sormas_schema.sql versions
1 parent 6f22e22 commit 2e27b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sormas-backend/src/main/resources/sql/sormas_schema.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13969,8 +13969,8 @@ ALTER TABLE cases_history ADD COLUMN notifier_id bigint;
1396913969
ALTER TABLE cases_history ADD COLUMN notifierdate timestamp;
1397013970

1397113971
INSERT 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
1397413974
ALTER TABLE cases ADD COLUMN IF NOT EXISTS postMortem BOOLEAN DEFAULT false;
1397513975
ALTER TABLE cases ADD COLUMN IF NOT EXISTS healthFacilityDepartment VARCHAR(255);
1397613976

@@ -14030,7 +14030,7 @@ ALTER TABLE externalmessage_history ADD COLUMN treatmentstarted VARCHAR(255);
1403014030
ALTER TABLE externalmessage_history ADD COLUMN treatmentstarteddate TIMESTAMP;
1403114031
ALTER 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. ***

0 commit comments

Comments
 (0)