Compare commits
2 Commits
e56e7333e3
...
a5afffc968
Author | SHA1 | Date |
---|---|---|
|
a5afffc968 | |
|
a239a5c593 |
|
@ -87,7 +87,7 @@ function initEntitiesActions(store, router) {
|
||||||
or: [
|
or: [
|
||||||
{
|
{
|
||||||
date: {
|
date: {
|
||||||
isNull: ${entityType === 'channel'}
|
isNull: ${entityType !== 'network'}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,7 +13,12 @@ exports.up = async (knex) => knex.raw(`
|
||||||
)
|
)
|
||||||
|
|
||||||
SELECT releases FROM releases
|
SELECT releases FROM releases
|
||||||
INNER JOIN children ON children.id = releases.entity_id;
|
INNER JOIN children ON children.id = releases.entity_id
|
||||||
|
|
||||||
|
UNION
|
||||||
|
|
||||||
|
SELECT releases FROM releases
|
||||||
|
INNER JOIN children ON children.id = releases.studio_id;
|
||||||
$$ LANGUAGE SQL STABLE;
|
$$ LANGUAGE SQL STABLE;
|
||||||
|
|
||||||
COMMENT ON FUNCTION entities_scenes IS E'@sortable';
|
COMMENT ON FUNCTION entities_scenes IS E'@sortable';
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.209.2",
|
"version": "1.209.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.209.2",
|
"version": "1.209.3",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@casl/ability": "^5.2.2",
|
"@casl/ability": "^5.2.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.209.2",
|
"version": "1.209.3",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -392,14 +392,14 @@ const tags = [
|
||||||
name: 'triple anal',
|
name: 'triple anal',
|
||||||
slug: 'tap',
|
slug: 'tap',
|
||||||
description: 'Getting fucked in the ass by not one, two, but *three* cocks at the same time.',
|
description: 'Getting fucked in the ass by not one, two, but *three* cocks at the same time.',
|
||||||
priority: 7,
|
priority: 8,
|
||||||
group: 'penetration',
|
group: 'penetration',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'triple vaginal',
|
name: 'triple vaginal',
|
||||||
slug: 'tvp',
|
slug: 'tvp',
|
||||||
description: 'Getting fucked in the pussy by *three* cocks at the same time.',
|
description: 'Getting fucked in the pussy by *three* cocks at the same time.',
|
||||||
priority: 7,
|
priority: 8,
|
||||||
group: 'penetration',
|
group: 'penetration',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1944,6 +1944,10 @@ const aliases = [
|
||||||
name: 'squirt',
|
name: 'squirt',
|
||||||
for: 'squirting',
|
for: 'squirting',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'tap',
|
||||||
|
for: 'tap',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'tattoo',
|
name: 'tattoo',
|
||||||
for: 'tattoos',
|
for: 'tattoos',
|
||||||
|
@ -1983,6 +1987,10 @@ const aliases = [
|
||||||
for: 'transsexual',
|
for: 'transsexual',
|
||||||
secondary: true,
|
secondary: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'triple anal (tap)',
|
||||||
|
for: 'tap',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'shemale',
|
name: 'shemale',
|
||||||
for: 'transsexual',
|
for: 'transsexual',
|
||||||
|
|
Loading…
Reference in New Issue