fix: aliasing on computed rels

This commit is contained in:
steve-chavez
2022-10-19 19:49:43 -05:00
committed by Steve Chavez
parent c8b39c6cde
commit 7ace8ace49
6 changed files with 56 additions and 15 deletions
+4
View File
@@ -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;