File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sormas-backend/src/main/resources/sql Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14523,6 +14523,6 @@ ALTER TABLE healthconditions ADD COLUMN IF NOT EXISTS immunodepression varchar(2
14523
14523
ALTER TABLE healthconditions_history ADD COLUMN IF NOT EXISTS recurrentBronchiolitis varchar(255);
14524
14524
ALTER TABLE healthconditions_history ADD COLUMN IF NOT EXISTS immunodepression varchar(255);
14525
14525
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');
14527
14527
14528
14528
-- *** 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