]> Untitled Git - lemmy.git/blob - migrations/2020-01-11-012452_add_indexes/down.sql
add enable_federated_downvotes site option
[lemmy.git] / migrations / 2020-01-11-012452_add_indexes / down.sql
1 DROP INDEX idx_post_creator;
2
3 DROP INDEX idx_post_community;
4
5 DROP INDEX idx_post_like_post;
6
7 DROP INDEX idx_post_like_user;
8
9 DROP INDEX idx_comment_creator;
10
11 DROP INDEX idx_comment_parent;
12
13 DROP INDEX idx_comment_post;
14
15 DROP INDEX idx_comment_like_comment;
16
17 DROP INDEX idx_comment_like_user;
18
19 DROP INDEX idx_comment_like_post;
20
21 DROP INDEX idx_community_creator;
22
23 DROP INDEX idx_community_category;
24