Fix unique foreign key in view (#1395)

This commit is contained in:
Steve Chávez
2019-10-16 12:45:38 -05:00
committed by GitHub
parent a3701f5de8
commit 80f763448f
7 changed files with 53 additions and 2 deletions
+2
View File
@@ -104,6 +104,8 @@ GRANT ALL ON TABLE
, getallprojects_view
, get_projects_above_view
, web_content
, pages
, referrals
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;