mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
19 lines
278 B
YAML
19 lines
278 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
|