lemmy/migrations/2020-01-11-012452_add_indexes/down.sql

25 lines
400 B
MySQL
Raw Normal View History

DROP INDEX idx_post_creator;
2020-01-11 04:09:38 +00:00
DROP INDEX idx_post_community;
2020-01-11 04:09:38 +00:00
DROP INDEX idx_post_like_post;
2020-01-11 04:09:38 +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