Skip to content

Commit b9eae08

Browse files
committed
test: update snapshots
1 parent e3fd18e commit b9eae08

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

nix/tests/expected/roles.out

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,14 @@ order by
137137
postgres | pg_signal_backend | f
138138
postgres | pgtle_admin | f
139139
postgres | service_role | f
140-
postgres | supabase_auth_admin | f
141-
postgres | supabase_storage_admin | f
142140
service_role | |
143141
supabase_admin | |
144142
supabase_auth_admin | |
145143
supabase_functions_admin | |
146144
supabase_read_only_user | pg_read_all_data | f
147145
supabase_replication_admin | |
148146
supabase_storage_admin | authenticator | f
149-
(42 rows)
147+
(40 rows)
150148

151149
-- Check all privileges of the roles on the schemas
152150
select schema_name, privilege_type, grantee, default_for
@@ -281,7 +279,6 @@ order by schema_order, schema_name, privilege_type, grantee, default_for;
281279
public | USAGE | service_role | pg_database_owner
282280
public | USAGE | service_role | postgres
283281
auth | CREATE | dashboard_user | supabase_admin
284-
auth | CREATE | postgres | supabase_admin
285282
auth | CREATE | supabase_admin | supabase_admin
286283
auth | CREATE | supabase_auth_admin | supabase_admin
287284
auth | DELETE | dashboard_user | supabase_auth_admin
@@ -517,7 +514,6 @@ order by schema_order, schema_name, privilege_type, grantee, default_for;
517514
repack | USAGE | postgres | supabase_admin
518515
repack | USAGE | supabase_admin | supabase_admin
519516
storage | CREATE | dashboard_user | supabase_admin
520-
storage | CREATE | postgres | supabase_admin
521517
storage | CREATE | supabase_admin | supabase_admin
522518
storage | CREATE | supabase_storage_admin | supabase_admin
523519
storage | DELETE | anon | postgres
@@ -577,5 +573,5 @@ order by schema_order, schema_name, privilege_type, grantee, default_for;
577573
vault | USAGE | postgres | supabase_admin
578574
vault | USAGE | service_role | supabase_admin
579575
vault | USAGE | supabase_admin | supabase_admin
580-
(391 rows)
576+
(389 rows)
581577

0 commit comments

Comments
 (0)