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

11 lines
163 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;
2024-05-20 02:23:56 +00:00
DROP EXTENSION pg_trgm;