mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 17:34:16 +00:00
9bfa86d162
* add trigram index to search * add community index
9 lines
138 B
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;
|
|
|