Fix #1129, view embedding on capitalized table
- Now also works on camelCase fk column
This commit is contained in:
committed by
Steve Chávez
parent
ecf0e9213f
commit
105671e51a
Vendored
+2
@@ -84,6 +84,8 @@ GRANT ALL ON TABLE
|
||||
, jsonb_test
|
||||
, authors_books_number
|
||||
, authors_have_book_in_decade
|
||||
, foos
|
||||
, bars
|
||||
TO postgrest_test_anonymous;
|
||||
|
||||
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;
|
||||
|
||||
Reference in New Issue
Block a user