mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
9 lines
129 B
YAML
9 lines
129 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP TABLE article CASCADE;
|
|
DROP TABLE author;
|
|
cascade: true
|