2018-09-18 09:21:57 +03:00
|
|
|
type: bulk
|
|
|
|
args:
|
|
|
|
#Drop relationship first
|
|
|
|
- type: drop_relationship
|
|
|
|
args:
|
|
|
|
relationship: articles
|
|
|
|
table:
|
|
|
|
schema: public
|
|
|
|
name: author
|
2019-04-08 10:22:38 +03:00
|
|
|
|
2018-09-18 09:21:57 +03:00
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop table person
|
2018-10-28 21:27:49 +03:00
|
|
|
|
2018-09-18 09:21:57 +03:00
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop table orders
|
2018-10-28 21:27:49 +03:00
|
|
|
|
2018-09-18 09:21:57 +03:00
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop table article
|
2018-10-28 21:27:49 +03:00
|
|
|
|
2018-09-18 09:21:57 +03:00
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop table author
|
2018-10-28 21:27:49 +03:00
|
|
|
|
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop table test_types
|
|
|
|
|
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop type complex
|
|
|
|
|
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop type inventory_item
|