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