lemmy/migrations/2023-07-24-232635_trigram-index/down.sql
2024-11-18 17:17:15 -07:00

8 lines
138 B
SQL

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