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

16 lines
339 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
DROP VIEW article_view;
DROP TABLE article;
DROP VIEW author_view;
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