type: bulk
args:
#Drop relationship first
- type: drop_relationship
relationship: articles
table:
schema: public
name: author
- type: run_sql
sql: |
DROP TABLE article;
DROP TABLE author;
cascade: true