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')
|
.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()
|
||||||
|
|
|
@ -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',
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue