Changed non-existent simple_dict to simple in migration.

This commit is contained in:
ThePendulum 2020-03-02 04:19:52 +01:00
parent 65ef021e3e
commit b7073361d7
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ exports.up = knex => Promise.resolve()
);
ALTER TEXT SEARCH CONFIGURATION traxxx
ALTER MAPPING FOR word, numword, hword, numhword, hword_part, hword_numpart, asciiword, asciihword, hword_asciipart WITH traxxx_dict, simple_dict, english_stem;
ALTER MAPPING FOR word, numword, hword, numhword, hword_part, hword_numpart, asciiword, asciihword, hword_asciipart WITH traxxx_dict, simple, english_stem;
CREATE UNIQUE INDEX releases_search_unique ON releases_search (release_id);
CREATE INDEX releases_search_index ON releases_search USING GIN (document);