Compare commits
2 Commits
7f4e4df9e3
...
fb88e41087
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb88e41087 | ||
|
|
7db724eda4 |
@@ -94,7 +94,7 @@ exports.up = async (knex) => {
|
|||||||
created_at timestamp
|
created_at timestamp
|
||||||
)`);
|
)`);
|
||||||
|
|
||||||
await utilsApi.sql(`create table actors (${actorsFields})`);
|
await utilsApi.sql(`create table actors (${actorsFields}) min_prefix_len='3'`);
|
||||||
|
|
||||||
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
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.237.13",
|
"version": "1.237.14",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.237.13",
|
"version": "1.237.14",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.458.0",
|
"@aws-sdk/client-s3": "^3.458.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.237.13",
|
"version": "1.237.14",
|
||||||
"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": {
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user