]> Untitled Git - lemmy.git/blob - migrations/2019-03-05-233828_create_comment/down.sql
Fix wrong SMTP port when TLS is being used (fixes #3574) (#3607)
[lemmy.git] / migrations / 2019-03-05-233828_create_comment / down.sql
1 drop table comment_saved;
2 drop table comment_like;
3 drop table comment;