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

Commit 5173d4a

Browse files
lgallgal
authored andcommitted
SORMAS-Foundation#3409 fix database migration merge conflict
1 parent 3c5c050 commit 5173d4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6003,6 +6003,6 @@ ALTER TABLE contact_history
60036003
ADD COLUMN prohibitiontoworkfrom timestamp,
60046004
ADD COLUMN prohibitiontoworkuntil timestamp;
60056005

6006-
INSERT INTO schema_version (version_number, comment) VALUES (285, 'Create new field “Prohibition to work” for case and contact #3409');
6006+
INSERT INTO schema_version (version_number, comment) VALUES (286, 'Create new field “Prohibition to work” for case and contact #3409');
60076007

60086008
-- *** Insert new sql commands BEFORE this line ***

0 commit comments

Comments
 (0)