lemmy/migrations/2024-11-21-195004_add_report_count/down.sql

9 lines
203 B
MySQL
Raw Normal View History

ALTER TABLE post_aggregates
DROP COLUMN report_count,
DROP COLUMN unresolved_report_count;
ALTER TABLE comment_aggregates
DROP COLUMN report_count,
DROP COLUMN unresolved_report_count;