summaryrefslogtreecommitdiffstats
path: root/server/migrations/2019-03-05-233828_create_comment/down.sql
blob: 80fe0b1f5234f49f1a6604f5550a7238b12d6316 (plain)
1
2
3
drop table comment_saved;
drop table comment_like;
drop table comment;