Skip to content

Commit

Permalink
chore(sql): update teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Nov 23, 2024
1 parent 3243c2d commit be23a31
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion sql/teardown.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
DROP TABLE posts CASCADE;
DROP TABLE analytics_visits CASCADE;
DROP TABLE app_users CASCADE;
DROP TABLE feature_flags CASCADE;
DROP TABLE feed_items CASCADE;
DROP TABLE payment_history CASCADE;
DROP TABLE post_aliases CASCADE;
DROP TABLE post_tags CASCADE;
DROP TABLE posts CASCADE;
DROP TABLE projects CASCADE;
DROP TABLE public_keys CASCADE;
DROP TABLE tokens CASCADE;

0 comments on commit be23a31

Please sign in to comment.