Skip to content

Commit 7b61726

Browse files
committed
Merge branch 'feature-13918-salmonellosis-form-enhancements' into fix/13938-pathogen-test-form-issues
2 parents 157d559 + ae8ba0a commit 7b61726

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16013,7 +16013,7 @@ INSERT INTO schema_version (version_number, comment) VALUES (630, 'Fix corrupt J
1601316013
-- exposures_subsettings / contactfactors / protectivemeasures). #13917
1601416014
DROP TRIGGER IF EXISTS delete_history_trigger ON exposures_eatingoutvenues;
1601516015

16016-
INSERT INTO schema_version (version_number, comment) VALUES (630, '#13917 - Drop broken delete_history_trigger on exposures_eatingoutvenues');
16016+
INSERT INTO schema_version (version_number, comment) VALUES (631, '#13917 - Drop broken delete_history_trigger on exposures_eatingoutvenues');
1601716017

1601816018
-- 2026-05-19 Remove eating-out venues from Salmonellosis exposure (reverts the v627 join table + eatingoutvenueother columns). #13918
1601916019
-- shoppingforfooddetails stays — it lives on the SHOPPING_FOR_FOOD sub-setting and is not part of this removal.
@@ -16031,6 +16031,6 @@ DROP TABLE IF EXISTS exposures_eatingoutvenues;
1603116031
ALTER TABLE exposures DROP COLUMN IF EXISTS eatingoutvenueother;
1603216032
ALTER TABLE exposures_history DROP COLUMN IF EXISTS eatingoutvenueother;
1603316033

16034-
INSERT INTO schema_version (version_number, comment) VALUES (631, '#13918 - Remove eating out venues from Salmonellosis exposure');
16034+
INSERT INTO schema_version (version_number, comment) VALUES (632, '#13918 - Remove eating out venues from Salmonellosis exposure');
1603516035

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

0 commit comments

Comments
 (0)