mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-01 10:10:01 +00:00
17 lines
392 B
MySQL
17 lines
392 B
MySQL
|
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;
|