mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 14:51:18 +00:00
10 lines
163 B
SQL
10 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;
|
|
|