Compare commits

..

No commits in common. "a8bdb7ab5972db9333a2a2c361feb8d49b320a86" and "560ff103ce7c9303c63259cfba60d83cf0f3a7ae" have entirely different histories.

3 changed files with 3 additions and 11 deletions

View File

@ -2,18 +2,10 @@ exports.up = async (knex) => {
await knex.schema.alterTable('releases', (table) => {
table.integer('photo_count');
});
await knex.schema.alterTable('movies', (table) => {
table.integer('photo_count');
});
};
exports.down = async (knex) => {
await knex.schema.alterTable('releases', (table) => {
table.dropColumn('photo_count');
});
await knex.schema.alterTable('movies', (table) => {
table.dropColumn('photo_count');
});
};

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.232.1",
"version": "1.232.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.232.1",
"version": "1.232.0",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

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