Added WankzVR update, scene and profile scraper.

This commit is contained in:
DebaucheryLibrarian
2021-02-04 01:13:02 +01:00
parent 0b99e72924
commit ff123b99b7
37 changed files with 251 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ exports.up = knex => Promise.resolve()
table.integer('quality', 6);
table.integer('width', 6);
table.integer('height', 6);
table.boolean('vr');
table.float('entropy');
table.float('sharpness');