Fixed tags seed file.

This commit is contained in:
DebaucheryLibrarian 2021-10-11 04:31:40 +02:00
parent 2418fec9c9
commit f1ff662be2
8 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 MiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 KiB

View File

@ -746,6 +746,7 @@ const tagMedia = [
['deepthroat', 1, 'Jynx Maze in "Slutty and Sluttier 13"', 'evilangel'],
['deepthroat', 0, 'Chanel Grey in "Deepthroating Is Fun"', 'throated'],
['desi', 'priya_rai_hollyrandall', 'Priya Rai in "Dildo Fun"', 'hollyrandall'],
['desi', 'resha_watch4beauty_1', 'Resha in "Casting Resha"', 'watch4beauty'],
['doggy-style', 'jane_wilde_evilangel', 'Jane Wilde and Brock Cooper in "The Cock Hungry Chronicles"', 'evilangel'],
['double-blowjob', 1, 'Veronica Rodriguez and Penny Pax in "Fucking Older Guys 5"', 'penthouse'],
['double-blowjob', 0, 'Kira Noir and Kali Roses', 'brazzers'],
@ -917,7 +918,6 @@ const tagMedia = [
['handjob', 0, 'Lichelle Marie in "Tug Me Sexy"', 'tugjobs'],
['handjob', 'mia_malkova_manojob', 'Mia Malkova in "Covered!"', 'manojob'],
['handjob', 'hope_howell_manojob', 'Hope Howell in "Super Slutty Step-Daugher"', 'manojob'],
['indian', 0, 'Resha in "Casting Resha"', 'watch4beauty'],
['interracial', 1, 'Caprice and Valerie in "Sexual Attraction"', 'hegre'],
['interracial', 0, 'Jaye Summers and Prince Yahshua in "Platinum Pussy 3"', 'julesjordan'],
['latex', 0, 'Bianca Beauchamp in "Cherry Nun"', 'latexlair'],
@ -1069,6 +1069,7 @@ exports.seed = knex => Promise.resolve()
await upsert('media', sfw, 'id');
const tags = await knex('tags').whereIn('slug', tagMedia.map(item => item.tagSlug));
const entities = await knex('entities')
.whereIn('slug', tagMedia.map(item => item.entitySlug).filter(Boolean))
.orderBy('type', 'DESC');