mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 12:05:01 +00:00
9 lines
138 B
MySQL
9 lines
138 B
MySQL
|
DROP INDEX idx_comment_content_trigram;
|
||
|
|
||
|
DROP INDEX idx_post_trigram;
|
||
|
|
||
|
DROP INDEX idx_person_trigram;
|
||
|
|
||
|
DROP INDEX idx_community_trigram;
|
||
|
|