type: bulk
args:
- type: run_sql
cascade: true
sql: |
DROP VIEW article_view;
DROP TABLE article CASCADE;
DROP TABLE author;
DROP TABLE "user";