type: bulk args: #Drop relationship first - type: drop_relationship args: relationship: articles table: schema: public name: author - type: run_sql args: sql: | drop view person_const_view; drop view person_mut_view; drop table person - type: run_sql args: sql: | drop table orders - type: run_sql args: sql: | drop table article - type: run_sql args: sql: | drop table author - 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