Skip to content

Commit

Permalink
Merge pull request #1034 from mosip/ckm007-patch-3
Browse files Browse the repository at this point in the history
[MOSIP-27996] updated rollback sql
  • Loading branch information
vishwa-vyom authored Jul 14, 2023
2 parents cb027ab + 9058c48 commit 02433c1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
\c mosip_ida

REASSIGN OWNED BY postgres TO sysadmin;

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

ALTER TABLE ida.uin_auth_lock DROP COLUMN unlock_expiry_datetime;

-- -------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 02433c1

Please sign in to comment.