forked from DebaucheryLibrarian/traxxx
Added Vivid network. Added ASMR Fantasy to Adult Time. Storing deep URL in database. Added href to header links.
This commit is contained in:
@@ -347,6 +347,7 @@ exports.up = knex => Promise.resolve()
|
||||
.inTable('releases');
|
||||
|
||||
table.boolean('deep');
|
||||
table.string('deep_url', 1000);
|
||||
|
||||
table.datetime('created_at')
|
||||
.defaultTo(knex.fn.now());
|
||||
|
||||
Reference in New Issue
Block a user