Allow specifying source column in embed, fix #1078

This commit is contained in:
steve-chavez
2018-04-02 11:09:45 -05:00
committed by Steve Chávez
parent 50512e1117
commit 062a5581f5
6 changed files with 80 additions and 16 deletions
+3
View File
@@ -73,6 +73,9 @@ GRANT ALL ON TABLE
, forties_books
, fifties_books
, sixties_books
, person
, message
, person_detail
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;