mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
9 lines
119 B
YAML
9 lines
119 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: mssql_run_sql
|
||
|
args:
|
||
|
source: mssql
|
||
|
cascade: true
|
||
|
sql: |
|
||
|
DROP TABLE [user];
|