type: bulk
args:
#Drop table and function from postgres
- type: run_sql
sql: |
DROP TABLE post cascade;
DROP TABLE test cascade;
cascade: true