@@ -81,13 +81,13 @@ order by
8181 storage | buckets | authenticated | TRIGGER | f
8282 storage | buckets | authenticated | TRUNCATE | f
8383 storage | buckets | authenticated | UPDATE | f
84- storage | buckets | postgres | DELETE | f
85- storage | buckets | postgres | INSERT | f
86- storage | buckets | postgres | REFERENCES | f
87- storage | buckets | postgres | SELECT | f
88- storage | buckets | postgres | TRIGGER | f
89- storage | buckets | postgres | TRUNCATE | f
90- storage | buckets | postgres | UPDATE | f
84+ storage | buckets | postgres | DELETE | t
85+ storage | buckets | postgres | INSERT | t
86+ storage | buckets | postgres | REFERENCES | t
87+ storage | buckets | postgres | SELECT | t
88+ storage | buckets | postgres | TRIGGER | t
89+ storage | buckets | postgres | TRUNCATE | t
90+ storage | buckets | postgres | UPDATE | t
9191 storage | buckets | service_role | DELETE | f
9292 storage | buckets | service_role | INSERT | f
9393 storage | buckets | service_role | REFERENCES | f
@@ -123,13 +123,13 @@ order by
123123 storage | objects | authenticated | TRIGGER | f
124124 storage | objects | authenticated | TRUNCATE | f
125125 storage | objects | authenticated | UPDATE | f
126- storage | objects | postgres | DELETE | f
127- storage | objects | postgres | INSERT | f
128- storage | objects | postgres | REFERENCES | f
129- storage | objects | postgres | SELECT | f
130- storage | objects | postgres | TRIGGER | f
131- storage | objects | postgres | TRUNCATE | f
132- storage | objects | postgres | UPDATE | f
126+ storage | objects | postgres | DELETE | t
127+ storage | objects | postgres | INSERT | t
128+ storage | objects | postgres | REFERENCES | t
129+ storage | objects | postgres | SELECT | t
130+ storage | objects | postgres | TRIGGER | t
131+ storage | objects | postgres | TRUNCATE | t
132+ storage | objects | postgres | UPDATE | t
133133 storage | objects | service_role | DELETE | f
134134 storage | objects | service_role | INSERT | f
135135 storage | objects | service_role | REFERENCES | f
0 commit comments