We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a232570 commit 034d40fCopy full SHA for 034d40f
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -479,7 +479,7 @@ begin
479
update pg_user_mapping set umuser = 'postgres'::regrole where umuser = 'supabase_admin'::regrole;
480
481
-- init privs
482
- foreach obj in array default_acls
+ foreach obj in array init_privs
483
loop
484
update pg_init_privs set initprivs = (obj->>'initprivs')::aclitem[] where objoid = (obj->>'objoid')::oid and classoid = (obj->>'classoid')::oid;
485
end loop;
0 commit comments