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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
221 B
YAML
Raw Normal View History

2018-09-18 09:21:57 +03:00
type: bulk
args:
2018-09-18 09:21:57 +03:00
- type: run_sql
args:
cascade: true
2018-09-18 09:21:57 +03:00
sql: |
drop table article cascade;
drop table author cascade;
drop table text_result cascade;
drop table table_to_customize cascade;