mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-02 04:25:08 +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
|