Skip to content

Commit 2c5da7a

Browse files
committed
test
1 parent 034d40f commit 2c5da7a

File tree

1 file changed

+0
-2
lines changed
  • ansible/files/admin_api_scripts/pg_upgrade_scripts

1 file changed

+0
-2
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ begin
434434
execute(format('alter role supabase_admin password %L;', supabase_admin_rolpassword));
435435
436436
-- role settings
437-
-- TODO: don't modify system catalog directly
438437
update pg_db_role_setting set setconfig = postgres_role_settings where setdatabase = 0 and setrole = 'postgres'::regrole;
439438
update pg_db_role_setting set setconfig = supabase_admin_role_settings where setdatabase = 0 and setrole = 'supabase_admin'::regrole;
440439
@@ -475,7 +474,6 @@ begin
475474
end loop;
476475
477476
-- user mappings
478-
-- TODO: don't modify system catalog directly
479477
update pg_user_mapping set umuser = 'postgres'::regrole where umuser = 'supabase_admin'::regrole;
480478
481479
-- init privs

0 commit comments

Comments
 (0)