Added fixed actor age. Added male profiles to Littlr Caprice Dreams scraper. Added various tag photos.

This commit is contained in:
DebaucheryLibrarian
2020-11-29 03:59:47 +01:00
parent 71c884fe48
commit 9a61d2305c
71 changed files with 123 additions and 33 deletions

View File

@@ -253,6 +253,7 @@ exports.up = knex => Promise.resolve()
table.date('date_of_birth');
table.date('date_of_death');
table.integer('age', 3);
table.text('gender', 18);
table.text('description');
@@ -331,6 +332,7 @@ exports.up = knex => Promise.resolve()
table.date('date_of_birth');
table.date('date_of_death');
table.integer('age', 3);
table.text('description');
table.text('description_hash');