graphql-engine/server/tests-py/queries/subscriptions/mssql/schema_teardown_mssql.yaml
2022-03-21 12:16:14 +00:00

10 lines
151 B
YAML

type: bulk
args:
- type: mssql_run_sql
args:
source: mssql
sql: |
drop table hge_tests.test_subscriptions
drop schema hge_tests