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

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;