Fixed Bang scraper. Added Kink affiliate, tag photos.

This commit is contained in:
DebaucheryLibrarian
2021-07-05 00:06:18 +02:00
parent 4fb41a4c35
commit 23b41fc4f3
82 changed files with 225 additions and 10 deletions

View File

@@ -1280,6 +1280,9 @@ exports.up = knex => Promise.resolve()
.unique()
.notNullable();
table.string('type')
.defaultTo('jpg');
table.integer('width')
.notNullable();