Skip to content

Commit dc82fec

Browse files
committed
chore: add supabase_etl_admin to reserved roles
1 parent c1d0cf5 commit dc82fec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/db/start/templates/schema.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ALTER USER postgres WITH PASSWORD :'pgpass';
99
ALTER USER authenticator WITH PASSWORD :'pgpass';
1010
ALTER USER pgbouncer WITH PASSWORD :'pgpass';
1111
ALTER USER supabase_auth_admin WITH PASSWORD :'pgpass';
12+
ALTER USER supabase_etl_admin WITH PASSWORD :'pgpass';
1213
ALTER USER supabase_storage_admin WITH PASSWORD :'pgpass';
1314
ALTER USER supabase_replication_admin WITH PASSWORD :'pgpass';
1415
ALTER USER supabase_read_only_user WITH PASSWORD :'pgpass';

pkg/migration/dump.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ var (
9393
"service_role",
9494
"supabase_admin",
9595
"supabase_auth_admin",
96+
"supabase_etl_admin",
9697
"supabase_functions_admin",
9798
"supabase_read_only_user",
9899
"supabase_realtime_admin",

0 commit comments

Comments
 (0)