Skip to content

Commit 089f2c7

Browse files
authored
chore: revoke supabase_admin from authenticator (#359)
* chore: revoke supabase_admin from authenticator * Update common.vars.pkr.hcl
1 parent 83c4cc5 commit 089f2c7

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "14.1.0.88"
1+
postgres-version = "14.1.0.89"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
-- migrate:up
22
alter role authenticator set statement_timeout = '8s';
3+
4+
-- migrate:down
5+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- migrate:up
2+
revoke supabase_admin from authenticator;
3+
4+
-- migrate:down
5+

0 commit comments

Comments
 (0)