Compare commits

..

No commits in common. "7e80cc628c4f9666b71a2a529c2b3b6348b0d858" and "3379e9e5170a8951793063a30386b264ed542a11" have entirely different histories.

3 changed files with 3 additions and 22 deletions

View File

@ -1,19 +0,0 @@
exports.up = async (knex) => {
await knex.schema.alterTable('movies', (table) => {
table.integer('photo_count');
});
await knex.schema.alterTable('series', (table) => {
table.integer('photo_count');
});
};
exports.down = async (knex) => {
await knex.schema.alterTable('movies', (table) => {
table.dropColumn('photo_count');
});
await knex.schema.alterTable('series', (table) => {
table.dropColumn('photo_count');
});
};

4
package-lock.json generated
View File

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

View File

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