fix: aliasing on computed rels
This commit is contained in:
committed by
Steve Chavez
parent
c8b39c6cde
commit
7ace8ace49
Vendored
+4
@@ -210,6 +210,10 @@ GRANT ALL ON TABLE
|
||||
, second
|
||||
, first_1
|
||||
, second_1
|
||||
, fee
|
||||
, baz
|
||||
, janedoe
|
||||
, johnsmith
|
||||
TO postgrest_test_anonymous;
|
||||
|
||||
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;
|
||||
|
||||
Reference in New Issue
Block a user