mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
11 lines
147 B
YAML
11 lines
147 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
#Drop relationship first
|
||
|
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
drop table article;
|
||
|
drop table author;
|
||
|
cascade: true
|