lemmy/migrations/2023-07-14-215339_aggregates_nonzero_indexes/down.sql
2023-07-17 11:05:55 +02:00

4 lines
197 B
SQL

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