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

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

15 lines
288 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
sql: |
DROP MATERIALIZED VIEW articles;
DROP TABLE hge_tests.resident;
DROP TABLE article;
DROP TABLE author;
DROP TABLE test1;
DROP TABLE test2 CASCADE;
DROP TABLE "users address";
cascade: true