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 @@ -14228,7 +14228,7 @@ END $$ LANGUAGE plpgsql;
14228
14228
14229
14229
INSERT INTO schema_version (version_number, comment) VALUES (570, 'Added description to system configuration values #13357');
14230
14230
14231
- -- 2025-05-26 Update Pertussis symptoms #13358
14231
+ -- 2025-05-26 Update Pertussis symptoms #13373
14232
14232
14233
14233
ALTER TABLE symptoms ADD COLUMN apnoea varchar(255);
14234
14234
ALTER TABLE symptoms ADD COLUMN whoopsound varchar(255);
@@ -14239,6 +14239,6 @@ ALTER TABLE symptoms_history ADD COLUMN whoopsound varchar(255);
14239
14239
ALTER TABLE symptoms_history ADD COLUMN coughingbouts varchar(255);
14240
14240
ALTER TABLE symptoms_history ADD COLUMN coughsprovokevomiting varchar(255);
14241
14241
14242
- INSERT INTO schema_version (version_number, comment) VALUES (571, 'Update Pertussis symptoms #13358 ');
14242
+ INSERT INTO schema_version (version_number, comment) VALUES (571, 'Update Pertussis symptoms #13373 ');
14243
14243
14244
14244
-- *** 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