summaryrefslogtreecommitdiffstats
path: root/server/migrations/2020-01-11-012452_add_indexes/down.sql
blob: ad674c50b88e5de0f07c1155c09cf2bbc82a5840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
drop index idx_post_creator;
drop index idx_post_community;

drop index idx_post_like_post;
drop index idx_post_like_user;

drop index idx_comment_creator;
drop index idx_comment_parent;
drop index idx_comment_post;

drop index idx_comment_like_comment;
drop index idx_comment_like_user;
drop index idx_comment_like_post;

drop index idx_community_creator;
drop index idx_community_category;