forked from DebaucheryLibrarian/traxxx
Generating and using URL slugs for releases, improver slugify module. Added 'extract' parameter to MindGeek scraper to get scenes not associate with a channel (see Digital Playground). Added various high res logos.
This commit is contained in:
@@ -332,6 +332,7 @@ exports.up = knex => Promise.resolve()
|
||||
|
||||
table.string('url', 1000);
|
||||
table.string('title');
|
||||
table.string('slug');
|
||||
table.date('date');
|
||||
table.text('description');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user