mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
20 lines
279 B
YAML
20 lines
279 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
#Drop relationship first
|
||
|
- type: drop_relationship
|
||
|
args:
|
||
|
relationship: articles
|
||
|
table:
|
||
|
schema: public
|
||
|
name: author
|
||
|
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
drop table article
|
||
|
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
drop table author
|