forked from DebaucheryLibrarian/traxxx
Restoring scroll position when going from home to scene to home.
This commit is contained in:
@@ -326,7 +326,8 @@ exports.up = knex => Promise.resolve()
|
||||
.references('id')
|
||||
.inTable('studios');
|
||||
|
||||
table.string('type', 10);
|
||||
table.string('type', 10)
|
||||
.defaultTo('scene');
|
||||
|
||||
table.string('shoot_id');
|
||||
table.string('entry_id');
|
||||
|
||||
Reference in New Issue
Block a user