Marked Erika Korti Studio as showcased.

This commit is contained in:
DebaucheryLibrarian 2024-09-09 04:34:28 +02:00
parent efab316343
commit fd58c12fee
3 changed files with 5 additions and 9 deletions

View File

@ -11,24 +11,18 @@ exports.up = async (knex) => {
.references('id') .references('id')
.inTable('users'); .inTable('users');
table.json('data'); table.json('base');
table.json('deltas'); table.json('deltas');
table.text('comment'); table.text('comment');
table.boolean('approved') table.datetime('applied_at');
.notNullable()
.defaultTo(false);
table.integer('approved_by') table.integer('approved_by')
.references('id') .references('id')
.inTable('users'); .inTable('users');
table.boolean('applied') table.text('error');
.notNullable()
.defaultTo(false);
table.datetime('applied_at');
table.datetime('created_at') table.datetime('created_at')
.notNullable() .notNullable()

View File

@ -3896,6 +3896,7 @@ const sites = [
name: 'BBC Surprise', name: 'BBC Surprise',
slug: 'bbcsurprise', slug: 'bbcsurprise',
rename: 'blackambush', rename: 'blackambush',
alias: ['black ambush'],
tags: ['bbc'], tags: ['bbc'],
url: 'https://bbcsurprise.com', url: 'https://bbcsurprise.com',
parent: 'exploitedx', parent: 'exploitedx',

View File

@ -153,6 +153,7 @@ const studios = [
slug: 'erikakortistudio', slug: 'erikakortistudio',
url: 'https://www.analvids.com/studios/erika_korti_studio', url: 'https://www.analvids.com/studios/erika_korti_studio',
parent: 'analvids', parent: 'analvids',
showcased: true,
}, },
{ {
name: 'Stalker Prodz', name: 'Stalker Prodz',