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

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

10 lines
167 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
sql: |
DROP TABLE article;
DROP TABLE IF EXISTS author;
DROP TABLE IF EXISTS authors;
cascade: true