Compare commits

...

2 Commits

Author SHA1 Message Date
ThePendulum 6733777f63 1.104.3 2020-03-02 04:19:55 +01:00
ThePendulum b7073361d7 Changed non-existent simple_dict to simple in migration. 2020-03-02 04:19:52 +01:00
3 changed files with 3 additions and 3 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);

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.104.2",
"version": "1.104.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.104.2",
"version": "1.104.3",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {