lemmy/migrations/2023-07-24-232635_trigram-index/down.sql

9 lines
138 B
MySQL
Raw Normal View History

DROP INDEX idx_comment_content_trigram;
DROP INDEX idx_post_trigram;
DROP INDEX idx_person_trigram;
DROP INDEX idx_community_trigram;