mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
21 lines
832 B
MySQL
21 lines
832 B
MySQL
|
drop index idx_person_lower_name;
|
||
|
drop index idx_community_lower_name;
|
||
|
drop index idx_community_moderator_published;
|
||
|
drop index idx_community_moderator_community;
|
||
|
drop index idx_community_moderator_person;
|
||
|
drop index idx_comment_saved_comment;
|
||
|
drop index idx_comment_saved_person;
|
||
|
drop index idx_community_block_community;
|
||
|
drop index idx_community_block_person;
|
||
|
drop index idx_community_follower_community;
|
||
|
drop index idx_community_follower_person;
|
||
|
drop index idx_person_block_person;
|
||
|
drop index idx_person_block_target;
|
||
|
drop index idx_post_language;
|
||
|
drop index idx_comment_language;
|
||
|
drop index idx_person_aggregates_person;
|
||
|
drop index idx_person_post_aggregates_post;
|
||
|
drop index idx_person_post_aggregates_person;
|
||
|
drop index idx_comment_reply_comment;
|
||
|
drop index idx_comment_reply_recipient;
|
||
|
drop index idx_comment_reply_published;
|