Skip to content

Commit aca19b4

Browse files
committed
feat: grant create on db postgres to supabase_auth_admin
Allows supabase_auth_admin to `create extension auth_trgm`
1 parent e5e9268 commit aca19b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- migrate:up
2+
grant create on database postgres to supabase_auth_admin;
3+
4+
-- migrate:down

0 commit comments

Comments
 (0)