graphql-engine/server/tests-py/pgdump/teardown.yaml

9 lines
123 B
YAML
Raw Normal View History

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