You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2021. It is now read-only.
INSERT INTO schema_version (version_number, comment) VALUES (294, 'Add patient exposition role to exposures #3407');
6104
6109
6105
6110
-- 2020-12-09 SurvNet Adaptations - Create new fields “Country of birth” and “nationality” for persons #3412
6106
6111
ALTERTABLE person
@@ -6117,6 +6122,6 @@ ALTER TABLE person_history
6117
6122
ADD CONSTRAINT fk_person_birthcountry_id FOREIGN KEY (birthcountry_id) REFERENCES country (id),
6118
6123
ADD CONSTRAINT fk_person_citizenship_id FOREIGN KEY (citizenship_id) REFERENCES country (id);
6119
6124
6120
-
INSERT INTO schema_version (version_number, comment) VALUES (294, 'SurvNet Adaptations - Create new fields “Country of birth” and “nationality” for persons #3412');
6125
+
INSERT INTO schema_version (version_number, comment) VALUES (295, 'SurvNet Adaptations - Create new fields “Country of birth” and “nationality” for persons #3412');
6121
6126
6122
6127
-- *** Insert new sql commands BEFORE this line ***
0 commit comments