From fd58c12fee5645950fc8aad0620081abd2fe6abf Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Mon, 9 Sep 2024 04:34:28 +0200 Subject: [PATCH] Marked Erika Korti Studio as showcased. --- migrations/20240904234305_content_versions.js | 12 +++--------- seeds/02_sites.js | 1 + seeds/03_studios.js | 1 + 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/migrations/20240904234305_content_versions.js b/migrations/20240904234305_content_versions.js index e228f8bb..adf18916 100644 --- a/migrations/20240904234305_content_versions.js +++ b/migrations/20240904234305_content_versions.js @@ -11,24 +11,18 @@ exports.up = async (knex) => { .references('id') .inTable('users'); - table.json('data'); + table.json('base'); table.json('deltas'); table.text('comment'); - table.boolean('approved') - .notNullable() - .defaultTo(false); + table.datetime('applied_at'); table.integer('approved_by') .references('id') .inTable('users'); - table.boolean('applied') - .notNullable() - .defaultTo(false); - - table.datetime('applied_at'); + table.text('error'); table.datetime('created_at') .notNullable() diff --git a/seeds/02_sites.js b/seeds/02_sites.js index 9e5fc3bc..3e1a607b 100755 --- a/seeds/02_sites.js +++ b/seeds/02_sites.js @@ -3896,6 +3896,7 @@ const sites = [ name: 'BBC Surprise', slug: 'bbcsurprise', rename: 'blackambush', + alias: ['black ambush'], tags: ['bbc'], url: 'https://bbcsurprise.com', parent: 'exploitedx', diff --git a/seeds/03_studios.js b/seeds/03_studios.js index 846df18e..89bffe3e 100755 --- a/seeds/03_studios.js +++ b/seeds/03_studios.js @@ -153,6 +153,7 @@ const studios = [ slug: 'erikakortistudio', url: 'https://www.analvids.com/studios/erika_korti_studio', parent: 'analvids', + showcased: true, }, { name: 'Stalker Prodz',