]> Untitled Git - lemmy.git/blob - migrations/2023-07-14-215339_aggregates_nonzero_indexes/down.sql
fix submodule error
[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
4 DROP INDEX idx_comment_aggregates_nonzero_hotrank;
5
6 DROP INDEX idx_post_aggregates_nonzero_hotrank;
7