Storing image dimensions and file size to database. Added new site Filthy Femdom to Kink.
This commit is contained in:
@@ -26,8 +26,11 @@ exports.up = knex => Promise.resolve()
|
||||
table.string('mime');
|
||||
|
||||
table.string('hash');
|
||||
table.string('type');
|
||||
table.string('quality', 6);
|
||||
|
||||
table.integer('size', 12);
|
||||
table.integer('quality', 6);
|
||||
table.integer('width', 6);
|
||||
table.integer('height', 6);
|
||||
table.float('entropy');
|
||||
|
||||
table.text('comment');
|
||||
|
||||
Reference in New Issue
Block a user