Restoring scroll position when going from home to scene to home.

This commit is contained in:
2020-02-10 01:27:13 +01:00
parent f5b60ac743
commit 48b1f15070
6 changed files with 44 additions and 14 deletions

View File

@@ -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');