Fix self join resource embedding on PATCH

This commit is contained in:
steve-chavez
2019-09-28 13:45:18 -05:00
committed by Steve Chávez
parent 81e5a62f25
commit 94f5894d7f
6 changed files with 79 additions and 10 deletions
+1
View File
@@ -103,6 +103,7 @@ GRANT ALL ON TABLE
, openapi_types
, getallprojects_view
, get_projects_above_view
, web_content
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;