mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-25 00:13:11 +03:00
9d2ac22365
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
9 lines
121 B
YAML
9 lines
121 B
YAML
type: bulk
|
|||
args:
|
|||
- type: run_sql
|
|||
args:
|
|||
cascade: true
|
|||
sql: |
|
|||
DROP TABLE article;
|
|||
DROP TABLE author;
|