mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-11 04:25:55 +00:00
8 lines
114 B
SQL
8 lines
114 B
SQL
DROP VIEW comment_report_view;
|
|
|
|
DROP VIEW post_report_view;
|
|
|
|
DROP TABLE comment_report;
|
|
|
|
DROP TABLE post_report;
|
|
|