mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
10 lines
151 B
YAML
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
|