mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 21:41:44 +03:00
2526dd0114
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4648 GitOrigin-RevId: 5e3eb614350b047f2e2384fea9b234bf0ad9d47f
11 lines
176 B
YAML
11 lines
176 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: mssql_run_sql
|
|
args:
|
|
source: mssql
|
|
sql: |
|
|
drop table hge_tests.test_t1
|
|
drop table [hge_tests].[User]
|
|
drop schema hge_tests
|