mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
b00009f4bb
GitOrigin-RevId: 81eaa0db63656b1d37b9b71736d4309af902cc47
30 lines
398 B
YAML
30 lines
398 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
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table city
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table project
|