graphql-engine/server/tests-py/queries/v1/relationships/teardown.yaml
Vladimir Ciobanu 5ad01a4bac server: Add test file to suite
GitOrigin-RevId: 6522f776c9b267d5c94be484d55f879e79d30c96
2021-05-25 11:37:14 +00:00

16 lines
367 B
YAML

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