Add test for embedding on a view with group by

This commit is contained in:
steve-chavez
2018-12-12 12:07:30 -05:00
committed by Steve Chávez
parent 501edc718d
commit d78410473e
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@ GRANT ALL ON TABLE
, contract_view
, ltree_sample
, isn_sample
, projects_count_grouped_by
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;