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;
|
||
|
|