]> Untitled Git - lemmy.git/blob - migrations/2020-01-11-012452_add_indexes/down.sql
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / migrations / 2020-01-11-012452_add_indexes / down.sql
1 drop index idx_post_creator;
2 drop index idx_post_community;
3
4 drop index idx_post_like_post;
5 drop index idx_post_like_user;
6
7 drop index idx_comment_creator;
8 drop index idx_comment_parent;
9 drop index idx_comment_post;
10
11 drop index idx_comment_like_comment;
12 drop index idx_comment_like_user;
13 drop index idx_comment_like_post;
14
15 drop index idx_community_creator;
16 drop index idx_community_category;