Compare commits

..

No commits in common. "6733777f634d4f9e4a67b6d1907d5fcb5a33c4b8" and "65ef021e3e47f00b1119e6052c09e08b263e3c9e" have entirely different histories.

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, english_stem;
ALTER MAPPING FOR word, numword, hword, numhword, hword_part, hword_numpart, asciiword, asciihword, hword_asciipart WITH traxxx_dict, simple_dict, 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.3",
"version": "1.104.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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