lemmy/migrations/2020-10-13-212240_create_report_tables/down.sql
2024-11-18 17:17:15 -07:00

8 lines
114 B
SQL

DROP VIEW comment_report_view;
DROP VIEW post_report_view;
DROP TABLE comment_report;
DROP TABLE post_report;