forked from DebaucheryLibrarian/traxxx
Improved release storage module. Added new tags module. Added movie scraping.
This commit is contained in:
@@ -352,7 +352,7 @@ exports.up = knex => Promise.resolve()
|
||||
|
||||
table.string('shoot_id');
|
||||
table.string('entry_id');
|
||||
table.unique(['site_id', 'entry_id']);
|
||||
table.unique(['site_id', 'entry_id', 'type']);
|
||||
|
||||
table.string('url', 1000);
|
||||
table.string('title');
|
||||
|
||||
Reference in New Issue
Block a user