Skip to content

Commit

Permalink
Merge pull request #611 from mosip/ckm007-patch-4
Browse files Browse the repository at this point in the history
[MOSIP-27966] Update 1.1.5.5_to_1.2.0.1-B1_rollback.sql
  • Loading branch information
vishwa-vyom authored Jul 25, 2023
2 parents c70c212 + 51bb345 commit 4826b6b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ REASSIGN OWNED BY postgres TO sysadmin;

GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA prereg TO sysadmin;

DROP TABLE IF EXISTS prereg-applications;
DROP TABLE IF EXISTS prereg-anonymous_profile;
DROP TABLE IF EXISTS prereg.applications;
DROP TABLE IF EXISTS prereg.anonymous_profile;

ALTER TABLE prereg.reg_appointment ADD CONSTRAINT fk_rappmnt_id FOREIGN KEY (prereg_id)
REFERENCES prereg.applicant_demographic(prereg_id) MATCH SIMPLE
Expand Down

0 comments on commit 4826b6b

Please sign in to comment.