fix: ignore views on col/fk as target

Also refactor self relationship findRel logic
This commit is contained in:
steve-chavez
2022-05-16 12:22:24 -05:00
committed by Steve Chavez
parent 2be63b36d6
commit f7b173163c
8 changed files with 144 additions and 93 deletions
+5
View File
@@ -181,6 +181,11 @@ GRANT ALL ON TABLE
, xmltest
, oid_test
, job
, series
, adaptation_notifications
, series_popularity
, test
, view_test
TO postgrest_test_anonymous;
GRANT INSERT ON TABLE insertonly TO postgrest_test_anonymous;