]> Untitled Git - lemmy.git/blob - migrations/2023-06-24-185942_aggegates_published_indexes/down.sql
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts...
[lemmy.git] / migrations / 2023-06-24-185942_aggegates_published_indexes / down.sql
1 drop index idx_comment_aggregates_published;
2 drop index idx_community_aggregates_published;