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

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

19 lines
338 B
YAML
Raw Normal View History

type: bulk
args:
- type: drop_query_collection
args:
collection: collection_1
cascade: true
- type: drop_query_collection
args:
collection: collection_2
cascade: true
- type: run_sql
args:
sql: |
DROP TABLE test1 cascade;
DROP TABLE test2 cascade;
cascade: true
- type: clear_metadata
args: {}