Compare commits
No commits in common. "fb88e41087d18be01c16fadb38b5761d71fc620d" and "7f4e4df9e37e2da2578b2616548fe30cfbddcdf5" have entirely different histories.
fb88e41087
...
7f4e4df9e3
|
@ -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,
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue