Showing all unique descriptions on profile with network logo. Fixed Fame Digital scraper.

This commit is contained in:
2020-05-19 04:46:49 +02:00
parent 9883c3d9c2
commit c0898b84d6
23 changed files with 131 additions and 27 deletions

View File

@@ -349,12 +349,13 @@ exports.up = knex => Promise.resolve()
.defaultTo(1);
table.string('real_name');
table.string('gender', 18);
table.date('date_of_birth');
table.date('date_of_death');
table.string('gender', 18);
table.text('description');
table.string('description_hash');
table.string('birth_city');
table.string('birth_state');