You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2020-10-13-212240_create_re.../down.sql

9 lines
114 B
SQL

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