Compare commits

..

No commits in common. "fb88e41087d18be01c16fadb38b5761d71fc620d" and "7f4e4df9e37e2da2578b2616548fe30cfbddcdf5" have entirely different histories.

4 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@ exports.up = async (knex) => {
created_at timestamp created_at timestamp
)`); )`);
await utilsApi.sql(`create table actors (${actorsFields}) min_prefix_len='3'`); await utilsApi.sql(`create table actors (${actorsFields})`);
await utilsApi.sql(`create table actors_stashed ( await utilsApi.sql(`create table actors_stashed (
actor_id int, actor_id int,

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.237.14", "version": "1.237.13",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "traxxx", "name": "traxxx",
"version": "1.237.14", "version": "1.237.13",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.458.0", "@aws-sdk/client-s3": "^3.458.0",

View File

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

View File

@ -50,7 +50,7 @@ async function init() {
penis_girth int, penis_girth int,
stashed int, stashed int,
scenes int scenes int
) min_prefix_len = '3'`); )`);
const actors = await fetchActors(); const actors = await fetchActors();