mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +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;
|
|
|