lemmy/migrations/2023-07-14-215339_aggregate.../down.sql

4 lines
197 B
MySQL
Raw Normal View History

2023-07-17 09:05:55 +00:00
-- 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;