2018-09-18 09:21:57 +03:00
|
|
|
type: bulk
|
|
|
|
args:
|
2018-10-28 21:27:49 +03:00
|
|
|
|
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop table test_types
|
|
|
|
|
2018-09-18 09:21:57 +03:00
|
|
|
#Drop relationship first
|
|
|
|
- type: drop_relationship
|
|
|
|
args:
|
|
|
|
relationship: articles
|
|
|
|
table:
|
|
|
|
schema: public
|
|
|
|
name: author
|
|
|
|
|
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop table article
|
2018-10-04 15:44:15 +03:00
|
|
|
|
2018-09-18 09:21:57 +03:00
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop table author
|
2018-10-04 15:44:15 +03:00
|
|
|
|
2018-10-05 08:16:21 +03:00
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop table "user"
|
2018-10-28 21:27:49 +03:00
|
|
|
|
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop type complex
|
|
|
|
|
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
|
|
|
drop type inventory_item
|