We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a4e4e commit d8c4918Copy full SHA for d8c4918
nix/tests/expected/roles.out
@@ -51,7 +51,7 @@ order by rolname;
51
supabase_read_only_user | f | t | f | t | f | f | -1 | t |
52
supabase_replication_admin | f | t | f | t | f | t | -1 | f |
53
supabase_storage_admin | t | t | f | f | f | f | -1 | f |
54
-(29 rows)
+(30 rows)
55
56
select
57
rolname,
@@ -91,7 +91,7 @@ order by rolname;
91
supabase_read_only_user |
92
supabase_replication_admin |
93
supabase_storage_admin | {search_path=storage,log_statement=none}
94
95
96
-- Check all privileges of the roles on the schemas
97
select schema_name, privilege_type, grantee, default_for
0 commit comments