graphql-engine/server/tests-py/queries/v1/permissions/teardown.yaml
Rakesh Emmadi 3f8a1d9ebf fix insert permission views are not unique for long role names (fix #3444) (#3486)
* fix insert permission views are not unique for long role names, fix #3444
* Use GHC notes reference and improve comments
2019-12-09 17:23:06 -06:00

10 lines
122 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
DROP TABLE article;
DROP TABLE author;
cascade: true