Refactored Mike Adriano scraper. Changed logo and favicon. Added style methods to qu.

This commit is contained in:
DebaucheryLibrarian
2020-07-16 03:47:07 +02:00
parent 6584a46d53
commit 6adfded074
63 changed files with 577 additions and 332 deletions

View File

@@ -621,14 +621,14 @@ exports.up = knex => Promise.resolve()
table.text('title');
table.text('slug');
table.date('date');
table.timestamp('date');
table.index('date');
table.date('production_date');
table.enum('date_precision', ['year', 'month', 'day', 'hour', 'minute', 'second'])
.defaultTo('day');
table.date('production_date');
table.text('description');
table.integer('duration')