Skip to content

Commit b878e83

Browse files
committed
feat: more grants to supabase_etl_admin
1 parent 5c42176 commit b878e83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

migrations/db/init-scripts/00000000000000-initial-schema.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ create user supabase_replication_admin with login replication;
1212

1313
-- Supabase etl user
1414
create user supabase_etl_admin with login replication;
15+
grant pg_read_all_data to supabase_etl_admin;
16+
grant create on database postgres to supabase_etl_admin;
1517

1618
-- Supabase read-only user
1719
create role supabase_read_only_user with login bypassrls;

0 commit comments

Comments
 (0)