Skip to content

Commit 9182558

Browse files
committed
chore: update snapshots
1 parent b878e83 commit 9182558

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

nix/tests/expected/z_15_roles.out

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ order by
2929
postgres | pg_signal_backend | f
3030
postgres | pgtle_admin | f
3131
postgres | service_role | f
32+
supabase_etl_admin | pg_read_all_data | f
3233
supabase_read_only_user | pg_read_all_data | f
3334
supabase_storage_admin | authenticator | f
34-
(18 rows)
35+
(19 rows)
3536

nix/tests/expected/z_17_roles.out

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ order by
6666
postgres | pg_signal_backend | t
6767
postgres | pgtle_admin | f
6868
postgres | service_role | t
69+
supabase_etl_admin | pg_read_all_data | f
6970
supabase_read_only_user | pg_read_all_data | f
7071
supabase_storage_admin | authenticator | f
71-
(20 rows)
72+
(21 rows)
7273

7374
-- Check version-specific privileges of the roles on the schemas
7475
select schema_name, privilege_type, grantee, default_for
@@ -157,7 +158,8 @@ order by
157158
postgres | pg_signal_backend | t
158159
postgres | pgtle_admin | f
159160
postgres | service_role | t
161+
supabase_etl_admin | pg_read_all_data | f
160162
supabase_read_only_user | pg_read_all_data | f
161163
supabase_storage_admin | authenticator | f
162-
(19 rows)
164+
(20 rows)
163165

0 commit comments

Comments
 (0)