2023-08-02 16:44:51 +00:00
|
|
|
DROP INDEX idx_post_creator;
|
2020-01-11 04:09:38 +00:00
|
|
|
|
2023-08-02 16:44:51 +00:00
|
|
|
DROP INDEX idx_post_community;
|
2020-01-11 04:09:38 +00:00
|
|
|
|
2023-08-02 16:44:51 +00:00
|
|
|
DROP INDEX idx_post_like_post;
|
2020-01-11 04:09:38 +00:00
|
|
|
|
2023-08-02 16:44:51 +00:00
|
|
|
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;
|
2020-01-11 04:09:38 +00:00
|
|
|
|