graphql-engine/server/tests-py/queries/subscriptions/multiplexing/schema_teardown_mssql.yaml

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

9 lines
138 B
YAML
Raw Normal View History

type: bulk
args:
- type: mssql_run_sql
args:
source: mssql
sql: |
DROP TABLE test;
DROP TABLE articles;