]> Untitled Git - lemmy.git/blob - migrations/2023-07-14-215339_aggregates_nonzero_indexes/down.sql
remove n^2 part of person triggers, improve community aggregate trigger (#3739)
[lemmy.git] / migrations / 2023-07-14-215339_aggregates_nonzero_indexes / down.sql
1 -- This file should undo anything in `up.sql`
2 DROP INDEX idx_community_aggregates_nonzero_hotrank;
3 DROP INDEX idx_comment_aggregates_nonzero_hotrank;
4 DROP INDEX idx_post_aggregates_nonzero_hotrank;