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

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

16 lines
367 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
sql: |
DROP VIEW article_view;
DROP TABLE article;
DROP VIEW author_view;
DROP TABLE author_details;
DROP TABLE author;
DROP VIEW hge_tests.address_view;
DROP TABLE hge_tests.address;
DROP VIEW hge_tests.resident_view;
DROP TABLE hge_tests.resident;
cascade: true