mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-17 09:25:50 +00:00
4 lines
197 B
MySQL
4 lines
197 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP INDEX idx_community_aggregates_nonzero_hotrank;
|
||
|
DROP INDEX idx_comment_aggregates_nonzero_hotrank;
|
||
|
DROP INDEX idx_post_aggregates_nonzero_hotrank;
|