forked from DebaucheryLibrarian/traxxx
Marked Erika Korti Studio as showcased.
This commit is contained in:
parent
efab316343
commit
fd58c12fee
|
@ -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()
|
||||
|
|
|
@ -3896,6 +3896,7 @@ const sites = [
|
|||
name: 'BBC Surprise',
|
||||
slug: 'bbcsurprise',
|
||||
rename: 'blackambush',
|
||||
alias: ['black ambush'],
|
||||
tags: ['bbc'],
|
||||
url: 'https://bbcsurprise.com',
|
||||
parent: 'exploitedx',
|
||||
|
|
|
@ -153,6 +153,7 @@ const studios = [
|
|||
slug: 'erikakortistudio',
|
||||
url: 'https://www.analvids.com/studios/erika_korti_studio',
|
||||
parent: 'analvids',
|
||||
showcased: true,
|
||||
},
|
||||
{
|
||||
name: 'Stalker Prodz',
|
||||
|
|
Loading…
Reference in New Issue