mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-22 14:02:13 +00:00
9 lines
134 B
SQL
9 lines
134 B
SQL
DROP VIEW IF EXISTS comment_report_view;
|
|
|
|
DROP VIEW IF EXISTS post_report_view;
|
|
|
|
DROP TABLE comment_report;
|
|
|
|
DROP TABLE post_report;
|
|
|