2023-08-02 12:44:51 -04:00
|
|
|
DROP INDEX idx_post_creator;
|
2020-01-10 23:09:38 -05:00
|
|
|
|
2023-08-02 12:44:51 -04:00
|
|
|
DROP INDEX idx_post_community;
|
2020-01-10 23:09:38 -05:00
|
|
|
|
2023-08-02 12:44:51 -04:00
|
|
|
DROP INDEX idx_post_like_post;
|
2020-01-10 23:09:38 -05:00
|
|
|
|
2023-08-02 12:44:51 -04: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-10 23:09:38 -05:00
|
|
|
|