Updated tag page layout. Added shoot date property. Showing parent favicon on compact entity page. Re-added 'new' indicator on tile. Added Family Sinner to Mile High Media. Various fixes and improvements.
This commit is contained in:
@@ -152,6 +152,48 @@ const studios = [
|
||||
url: 'https://www.legalporno.com/studios/nf-studio',
|
||||
parent: 'legalporno',
|
||||
},
|
||||
{
|
||||
slug: 'natashateenproductions',
|
||||
name: 'Natasha Teen Productions',
|
||||
url: 'https://www.legalporno.com/studios/natasha-teen-productions',
|
||||
parent: 'legalporno',
|
||||
},
|
||||
{
|
||||
slug: 'mixedstudios',
|
||||
name: 'Mixed Studios',
|
||||
url: 'https://www.legalporno.com/studios/mixed-studios',
|
||||
parent: 'legalporno',
|
||||
},
|
||||
{
|
||||
slug: 'claudiasclips',
|
||||
name: 'Claudia\'s Clips',
|
||||
url: 'https://www.legalporno.com/studios/claudia--s-clips',
|
||||
parent: 'legalporno',
|
||||
},
|
||||
{
|
||||
slug: 'rebeccasclips',
|
||||
name: 'Rebecca\'s Clips',
|
||||
url: 'https://www.legalporno.com/studios/rebecca--s-clips',
|
||||
parent: 'legalporno',
|
||||
},
|
||||
{
|
||||
slug: 'private',
|
||||
name: 'Private',
|
||||
url: 'https://www.legalporno.com/studios/private',
|
||||
parent: 'legalporno',
|
||||
},
|
||||
{
|
||||
slug: 'privatecastings',
|
||||
name: 'Private Castings',
|
||||
url: 'https://www.legalporno.com/studios/private-castings',
|
||||
parent: 'legalporno',
|
||||
},
|
||||
{
|
||||
slug: 'privateblack',
|
||||
name: 'Private Black',
|
||||
url: 'https://www.legalporno.com/studios/private-black',
|
||||
parent: 'legalporno',
|
||||
},
|
||||
];
|
||||
|
||||
/* eslint-disable max-len */
|
||||
@@ -171,5 +213,5 @@ exports.seed = knex => Promise.resolve()
|
||||
has_logo: studio.hasLogo || false,
|
||||
}));
|
||||
|
||||
return upsert('entities', studiosWithNetwork, 'slug', knex);
|
||||
return upsert('entities', studiosWithNetwork, ['slug', 'type'], knex);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user