Added date precision. Added Teen Core Club update scraper.
This commit is contained in:
@@ -615,6 +615,9 @@ exports.up = knex => Promise.resolve()
|
||||
table.date('date');
|
||||
table.index('date');
|
||||
|
||||
table.enum('date_precision', ['year', 'month', 'day', 'hour', 'minute', 'second'])
|
||||
.defaultTo('day');
|
||||
|
||||
table.date('production_date');
|
||||
|
||||
table.text('description');
|
||||
|
||||
Reference in New Issue
Block a user