Add tests for jsonb equality filtering

This commit is contained in:
steve-chavez
2018-06-19 11:17:59 -05:00
committed by Steve Chávez
parent d34afe861a
commit 9e3454129f
4 changed files with 26 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ GRANT ALL ON TABLE
, projects_dump
, "UnitTest"
, json_arr
, jsonb_test
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;