mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
9 lines
121 B
YAML
9 lines
121 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
DROP TABLE article;
|
||
|
DROP TABLE author;
|
||
|
cascade: true
|