Compare commits

..

No commits in common. "71efd7a96f75bcc0c88171870d79cca527329a82" and "eef0be09b3038d0f9eaf83eac674bcf8fb4a0c00" have entirely different histories.

3 changed files with 3 additions and 11 deletions

View File

@ -6,10 +6,6 @@ exports.up = async (knex) => {
await knex.schema.alterTable('movies', (table) => {
table.specificType('alt_titles', 'text ARRAY');
});
await knex.schema.alterTable('series', (table) => {
table.specificType('alt_titles', 'text ARRAY');
});
};
exports.down = async (knex) => {
@ -20,8 +16,4 @@ exports.down = async (knex) => {
await knex.schema.alterTable('movies', (table) => {
table.dropColumn('alt_titles');
});
await knex.schema.alterTable('series', (table) => {
table.dropColumn('alt_titles');
});
};

4
package-lock.json generated
View File

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

View File

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