Fix Parent Relation when having many views(#1044)

This commit is contained in:
steve-chavez
2018-03-17 07:53:41 -05:00
committed by Steve Chávez
parent ff709a65e5
commit 349a5ae076
7 changed files with 148 additions and 55 deletions
+5
View File
@@ -68,6 +68,11 @@ GRANT ALL ON TABLE
, only_pk
, family_tree
, organizations
, authors
, books
, forties_books
, fifties_books
, sixties_books
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;