forked from DebaucheryLibrarian/traxxx
Generating thumbnails. Added site overview page.
This commit is contained in:
@@ -145,8 +145,10 @@ exports.up = knex => Promise.resolve()
|
||||
table.increments('id', 16);
|
||||
|
||||
table.string('path');
|
||||
table.string('thumbnail');
|
||||
table.integer('index');
|
||||
table.string('mime');
|
||||
table.string('hash');
|
||||
|
||||
table.enum('domain', ['networks', 'sites', 'releases', 'actors', 'directors']);
|
||||
table.integer('target_id', 16);
|
||||
|
||||
Reference in New Issue
Block a user