]> Untitled Git - lemmy.git/blob - migrations/2019-03-05-233828_create_comment/down.sql
Fixing broken SQL migration formatting. (#3800)
[lemmy.git] / migrations / 2019-03-05-233828_create_comment / down.sql
1 DROP TABLE comment_saved;
2
3 DROP TABLE comment_like;
4
5 DROP TABLE comment;
6