graphql-engine/server/tests-py/pgdump/teardown.yaml
2019-04-30 14:04:08 +05:30

9 lines
123 B
YAML

type: bulk
args:
- args:
cascade: true
sql: |
DROP TABLE articles;
DROP TABLE authors;
type: run_sql