Updated Naughty America scraper, added media support..

This commit is contained in:
2019-12-05 04:26:54 +01:00
parent 6a90dc587c
commit 7cb888801f
67 changed files with 31 additions and 21 deletions

View File

@@ -184,7 +184,6 @@ exports.up = knex => Promise.resolve()
table.string('shoot_id');
table.string('entry_id');
table.unique(['site_id', 'shoot_id']);
table.unique(['site_id', 'entry_id']);
table.string('url', 1000);