forked from DebaucheryLibrarian/traxxx
Added profile releases for classic Fame Digital sites (Silvia Saint and Silverstone DVD).
This commit is contained in:
@@ -144,7 +144,9 @@ exports.up = knex => Promise.resolve()
|
||||
|
||||
table.integer('priority', 3)
|
||||
.defaultTo(0);
|
||||
table.boolean('enabled')
|
||||
table.boolean('show')
|
||||
.defaultTo(true);
|
||||
table.boolean('scrape')
|
||||
.defaultTo(true);
|
||||
|
||||
table.string('slug', 32)
|
||||
|
||||
Reference in New Issue
Block a user