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

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

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