]> Untitled Git - lemmy.git/blob - server/migrations/2019-03-05-233828_create_comment/down.sql
80fe0b1f5234f49f1a6604f5550a7238b12d6316
[lemmy.git] / server / migrations / 2019-03-05-233828_create_comment / down.sql
1 drop table comment_saved;
2 drop table comment_like;
3 drop table comment;