graphql-engine/server/tests-py/queries/v1/count/permissions/teardown.yaml

10 lines
122 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
sql: |
drop table article;
drop table author;
cascade: true