forked from DebaucheryLibrarian/traxxx
Refactored update scraper into new module.
This commit is contained in:
@@ -162,10 +162,9 @@ exports.up = knex => Promise.resolve()
|
||||
|
||||
table.integer('priority', 3)
|
||||
.defaultTo(0);
|
||||
|
||||
table.boolean('show')
|
||||
.defaultTo(true);
|
||||
table.boolean('scrape')
|
||||
.defaultTo(true);
|
||||
|
||||
table.datetime('created_at')
|
||||
.defaultTo(knex.fn.now());
|
||||
|
||||
Reference in New Issue
Block a user