Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 4e60ac8

Browse files
author
barnabartha
committed
SORMAS-Foundation#2753 - update from develop
1 parent cc3e4a1 commit 4e60ac8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5254,4 +5254,13 @@ ALTER TABLE contact_history ADD COLUMN quarantineofficialordersentdate timestamp
52545254

52555255
INSERT INTO schema_version (version_number, comment) VALUES (249, 'Add "Official order sent" and corresponding date to cases and contacts #2847');
52565256

5257+
-- 2020-07-29 Campaign diagram visualisation refinement
5258+
5259+
ALTER TABLE campaignformmeta ALTER COLUMN campaignFormElements TYPE json USING campaignFormElements::json;
5260+
ALTER TABLE campaignformmeta ALTER COLUMN campaignFormTranslations TYPE json USING campaignFormTranslations::json;
5261+
ALTER TABLE campaignformmeta_history ADD COLUMN campaignFormElements json;
5262+
ALTER TABLE campaignformmeta_history ADD COLUMN campaignFormTranslations json;
5263+
5264+
INSERT INTO schema_version (version_number, comment) VALUES (250, 'Campaign diagram visualization refinement #2753');
5265+
52575266
-- *** Insert new sql commands BEFORE this line ***

0 commit comments

Comments
 (0)