mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
10 lines
132 B
YAML
10 lines
132 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
- type: mssql_run_sql
|
||
|
args:
|
||
|
source: mssql
|
||
|
cascade: true
|
||
|
sql: |
|
||
|
drop table table_to_customize;
|