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 614d2d7 commit c8a80f6Copy full SHA for c8a80f6
ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh
@@ -437,6 +437,8 @@ begin
437
update pg_db_role_setting set setconfig = supabase_admin_role_settings where setdatabase = 0 and setrole = 'supabase_admin'::regrole;
438
439
reassign owned by postgres to supabase_admin;
440
+ -- TODO
441
+ drop owned by postgres;
442
443
-- databases
444
for rec in
0 commit comments