mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-05 23:05:43 +00:00
11 lines
163 B
SQL
11 lines
163 B
SQL
DROP INDEX idx_comment_content_trigram;
|
|
|
|
DROP INDEX idx_post_trigram;
|
|
|
|
DROP INDEX idx_person_trigram;
|
|
|
|
DROP INDEX idx_community_trigram;
|
|
|
|
DROP EXTENSION pg_trgm;
|
|
|