Removes GRANT ALL and let Structure spec pending
This commit is contained in:
@@ -257,7 +257,8 @@ spec = around (withApp cfgDefault) $ do
|
||||
}
|
||||
|]
|
||||
|
||||
it "includes all information on views for renamed columns, and raises relations to correct schema" $
|
||||
it "includes all information on views for renamed columns, and raises relations to correct schema" $ do
|
||||
pendingWith "have to resolve issue #107"
|
||||
request methodOptions "/articleStars" [] ""
|
||||
`shouldRespondWith` [json|
|
||||
{
|
||||
|
||||
Vendored
-2
@@ -1258,5 +1258,3 @@ GRANT ALL ON TABLE users_tasks TO postgrest_anonymous;
|
||||
--
|
||||
-- PostgreSQL database dump complete
|
||||
--
|
||||
|
||||
GRANT ALL ON ALL TABLES IN SCHEMA public, private, test, postgrest TO postgrest_authenticator;
|
||||
|
||||
Reference in New Issue
Block a user