Skip to content

Commit 70ff593

Browse files
committed
fix: pgbouncer ownership
1 parent 3642def commit 70ff593

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- migrate:up
2+
alter function pgbouncer.get_auth owner to supabase_admin;
3+
grant execute on function pgbouncer.get_auth(p_usename text) to postgres;
4+
5+
-- migrate:down

0 commit comments

Comments
 (0)