Skip to content

Commit 71bd796

Browse files
committed
test
1 parent f2b40e8 commit 71bd796

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

ansible/files/admin_api_scripts/pg_upgrade_scripts/initiate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ begin
486486
end loop;
487487
488488
-- user mappings
489-
-- TODO: don't modify system catalog directly
490489
foreach obj in array user_mappings
491490
loop
492491
execute(format('drop user mapping for %I server %I', case when obj->>'role' = 'postgres' then 'supabase_admin' else 'postgres' end, obj->>'server'));

0 commit comments

Comments
 (0)