diff --git a/db_upgrade_scripts/mosip_ida/sql/1.1.5.5_to_1.2.0.1-B1_rollback.sql b/db_upgrade_scripts/mosip_ida/sql/1.1.5.5_to_1.2.0.1-B1_rollback.sql index 07f0a36b747..3ed43408f22 100644 --- a/db_upgrade_scripts/mosip_ida/sql/1.1.5.5_to_1.2.0.1-B1_rollback.sql +++ b/db_upgrade_scripts/mosip_ida/sql/1.1.5.5_to_1.2.0.1-B1_rollback.sql @@ -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; -- -------------------------------------------------------------------------------------------------