]> Untitled Git - lemmy.git/blob - migrations/2020-10-13-212240_create_report_tables/down.sql
Fix wrong SMTP port when TLS is being used (fixes #3574) (#3607)
[lemmy.git] / migrations / 2020-10-13-212240_create_report_tables / down.sql
1 drop view comment_report_view;
2 drop view post_report_view;
3 drop table comment_report;
4 drop table post_report;