lemmy/migrations/2023-07-24-232635_trigram-index/down.sql
Dull Bananas ced9bb5216 stuff
2024-05-20 02:23:56 +00:00

10 lines
163 B
SQL

DROP INDEX idx_comment_content_trigram;
DROP INDEX idx_post_trigram;
DROP INDEX idx_person_trigram;
DROP INDEX idx_community_trigram;
DROP EXTENSION pg_trgm;