forked from DebaucheryLibrarian/traxxx
Refactored Mike Adriano scraper. Changed logo and favicon. Added style methods to qu.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user