Skip to content

Commit

Permalink
revert teardown change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Kolhar authored Oct 16, 2020
1 parent 8b4347b commit a32f4af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ args:
DROP TABLE "user" cascade;
DROP TABLE text_result cascade;
DROP TABLE author cascade;
DROP MATERIALIZED VIEW author_mat_view cascade;
DROP MATERIALIZED VIEW IF EXISTS author_mat_view cascade;
cascade: true

0 comments on commit a32f4af

Please sign in to comment.