mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-29 07:41:20 +00:00
9 lines
203 B
MySQL
9 lines
203 B
MySQL
|
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;
|
||
|
|