Storing image dimensions and file size to database. Added new site Filthy Femdom to Kink.

This commit is contained in:
2020-02-24 04:01:58 +01:00
parent f795ccf129
commit 800a25743d
40 changed files with 46 additions and 12 deletions

View File

@@ -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');