Skip to content

Commit 48440bf

Browse files
committed
Fixed db versions following updates
1 parent c318b9d commit 48440bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14440,7 +14440,7 @@ ALTER TABLE externalmessage_history ADD COLUMN hospitalizationdischargedate time
1444014440
ALTER TABLE previoushospitalization ADD COLUMN healthfacilitydepartment varchar(255);
1444114441
ALTER TABLE previoushospitalization_history ADD COLUMN healthfacilitydepartment varchar(255);
1444214442

14443-
INSERT INTO schema_version (version_number, comment) VALUES (579, 'Update external message with hospitalization fields #13516');
14443+
INSERT INTO schema_version (version_number, comment) VALUES (580, 'Update external message with hospitalization fields #13516');
1444414444

1444514445

1444614446
-- 2025-07-18 Implemented Doctors declaration for IPI #13344
@@ -14453,7 +14453,7 @@ alter table notifier add column if not exists agentlastname varchar(255);
1445314453
alter table notifier_history add column if not exists agentfirstname varchar(255);
1445414454
alter table notifier_history add column if not exists agentlastname varchar(255);
1445514455

14456-
INSERT INTO schema_version (version_number, comment) VALUES (580, 'Implemented Doctors declaration for IPI #13344');
14456+
INSERT INTO schema_version (version_number, comment) VALUES (581, 'Implemented Doctors declaration for IPI #13344');
1445714457

1445814458
-- 2025-07-29 Added missing fields for external message #13294
1445914459

@@ -14488,6 +14488,6 @@ ALTER TABLE externalmessage_history ADD COLUMN complianceWithTreatment varchar(2
1448814488
ALTER TABLE testreport ADD COLUMN testTypeDetails varchar(255);
1448914489
ALTER TABLE testreport_history ADD COLUMN testTypeDetails varchar(255);
1449014490

14491-
INSERT INTO schema_version (version_number, comment) VALUES (581, 'Added missing fields for external message #13294');
14491+
INSERT INTO schema_version (version_number, comment) VALUES (582, 'Added missing fields for external message #13294');
1449214492

1449314493
-- *** Insert new sql commands BEFORE this line. Remember to always consider _history tables. ***

0 commit comments

Comments
 (0)