You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2023-07-24-232635_trigram-i.../down.sql

9 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;