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

Commit 2a7f3b9

Browse files
SORMAS-Foundation#3168 - duplicate case detection when converting contacts into cases
1 parent ba95e15 commit 2a7f3b9

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
@@ -5594,5 +5594,5 @@ ALTER TABLE eventparticipant ADD COLUMN region_id bigint;
55945594
ALTER TABLE eventparticipant ADD COLUMN district_id bigint;
55955595
ALTER TABLE eventparticipant ADD CONSTRAINT fk_eventparticipant_region_id FOREIGN KEY (region_id) REFERENCES region (id);
55965596
ALTER TABLE eventparticipant ADD CONSTRAINT fk_eventparticipant_district_id FOREIGN KEY (district_id) REFERENCES district (id);
5597-
INSERT INTO schema_version (version_number, comment) VALUES (277, 'Extend event participant jurisdiction calculation #2902');
5597+
INSERT INTO schema_version (version_number, comment) VALUES (278, 'Extend event participant jurisdiction calculation #2902');
55985598
-- *** Insert new sql commands BEFORE this line ***

0 commit comments

Comments
 (0)