]> Untitled Git - lemmy.git/blob - migrations/2023-06-24-185942_aggegates_published_indexes/down.sql
add enable_federated_downvotes site option
[lemmy.git] / migrations / 2023-06-24-185942_aggegates_published_indexes / down.sql
1 DROP INDEX idx_comment_aggregates_published;
2
3 DROP INDEX idx_community_aggregates_published;
4