Skip to content

Commit 2a4eeca

Browse files
committed
Fixed db version number
1 parent c11d01a commit 2a4eeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14523,6 +14523,6 @@ ALTER TABLE healthconditions ADD COLUMN IF NOT EXISTS immunodepression varchar(2
1452314523
ALTER TABLE healthconditions_history ADD COLUMN IF NOT EXISTS recurrentBronchiolitis varchar(255);
1452414524
ALTER TABLE healthconditions_history ADD COLUMN IF NOT EXISTS immunodepression varchar(255);
1452514525

14526-
INSERT INTO schema_version (version_number, comment) VALUES (584, 'RSV - Update Health Conditions section #13540');
14526+
INSERT INTO schema_version (version_number, comment) VALUES (585, 'RSV - Update Health Conditions section #13540');
1452714527

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

0 commit comments

Comments
 (0)