Skip to content

Commit 698a01f

Browse files
committed
test: update
1 parent 3d76e03 commit 698a01f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

nix/tests/expected/z_15_roles.out

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ order by
2929
postgres | pg_signal_backend | f
3030
postgres | pgtle_admin | f
3131
postgres | service_role | f
32+
supabase_etl_admin | pg_monitor | f
3233
supabase_etl_admin | pg_read_all_data | f
34+
supabase_read_only_user | pg_monitor | f
3335
supabase_read_only_user | pg_read_all_data | f
3436
supabase_storage_admin | authenticator | f
35-
(19 rows)
37+
(21 rows)
3638

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)