Reusing batch ID for movies to preserve new-flag.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const config = require('config');
|
||||
|
||||
exports.up = knex => Promise.resolve()
|
||||
exports.up = (knex) => Promise.resolve()
|
||||
.then(() => knex.schema.createTable('countries', (table) => {
|
||||
table.text('alpha2', 2)
|
||||
.unique()
|
||||
|
||||
Reference in New Issue
Block a user