mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
4 lines
110 B
SQL
4 lines
110 B
SQL
drop view comment_report_view;
|
|
drop view post_report_view;
|
|
drop table comment_report;
|
|
drop table post_report;
|