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