forked from DebaucheryLibrarian/traxxx
Fixed S3 display support for movies.
This commit is contained in:
@@ -901,7 +901,7 @@ exports.up = knex => Promise.resolve()
|
||||
.references('id')
|
||||
.inTable('media');
|
||||
|
||||
table.unique(['movie_id', 'media_id']);
|
||||
table.unique('movie_id');
|
||||
}))
|
||||
.then(() => knex.schema.createTable('clips', (table) => {
|
||||
table.increments('id', 16);
|
||||
|
||||
Reference in New Issue
Block a user