Fixed scene media lazy image. Fixed Perv City actor scope.

This commit is contained in:
DebaucheryLibrarian
2021-01-01 04:28:10 +01:00
parent ba3b87471e
commit 236d4fcde7
13 changed files with 18 additions and 16 deletions

View File

@@ -30,7 +30,7 @@ exports.up = knex => Promise.resolve()
table.text('hash');
table.integer('size', 12);
table.bigInteger('size', 12);
table.integer('quality', 6);
table.integer('width', 6);
table.integer('height', 6);