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

9 lines
121 B
YAML
Raw Normal View History

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