mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 16:34:01 +00:00
4 lines
No EOL
197 B
SQL
4 lines
No EOL
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; |