Skip to content

Commit 0b85d7f

Browse files
committed
test: update
1 parent 3d76e03 commit 0b85d7f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

nix/tests/expected/z_17_roles.out

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,18 @@ order by
6060
postgres | anon | t
6161
postgres | authenticated | t
6262
postgres | authenticator | t
63-
postgres | pg_create_subscription | f
63+
postgres | pg_create_subscription | t
6464
postgres | pg_monitor | t
6565
postgres | pg_read_all_data | t
6666
postgres | pg_signal_backend | t
6767
postgres | pgtle_admin | f
6868
postgres | service_role | t
69+
supabase_etl_admin | pg_monitor | f
6970
supabase_etl_admin | pg_read_all_data | f
71+
supabase_read_only_user | pg_monitor | f
7072
supabase_read_only_user | pg_read_all_data | f
7173
supabase_storage_admin | authenticator | f
72-
(21 rows)
74+
(23 rows)
7375

7476
-- Check version-specific privileges of the roles on the schemas
7577
select schema_name, privilege_type, grantee, default_for
@@ -158,8 +160,10 @@ order by
158160
postgres | pg_signal_backend | t
159161
postgres | pgtle_admin | f
160162
postgres | service_role | t
163+
supabase_etl_admin | pg_monitor | f
161164
supabase_etl_admin | pg_read_all_data | f
165+
supabase_read_only_user | pg_monitor | f
162166
supabase_read_only_user | pg_read_all_data | f
163167
supabase_storage_admin | authenticator | f
164-
(20 rows)
168+
(22 rows)
165169

0 commit comments

Comments
 (0)