forked from DebaucheryLibrarian/traxxx
Added Vixen scraper. Added LegalPorno studio IDs.
This commit is contained in:
@@ -50,6 +50,9 @@ exports.up = knex => Promise.resolve()
|
||||
.inTable('sites');
|
||||
|
||||
table.string('shoot_id');
|
||||
table.unique(['site_id', 'shoot_id']);
|
||||
|
||||
table.string('url');
|
||||
table.string('title');
|
||||
table.date('date');
|
||||
table.text('description');
|
||||
|
||||
Reference in New Issue
Block a user