Fix empty headers being added on POST/PATCH/DELETE (#1458)

This commit is contained in:
Steve Chavez
2020-03-13 11:02:38 -05:00
committed by GitHub
parent 5b5945e427
commit 0f8838623b
5 changed files with 57 additions and 13 deletions
+1
View File
@@ -121,6 +121,7 @@ GRANT ALL ON TABLE
, activities
, unit_workdays
, stuff
, loc_test
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;