Fix incorrect var
This commit is contained in:
parent
c0e9d1eb2f
commit
0702a4e58e
@ -14,7 +14,7 @@ exports.up = function (knex/*, Promise*/) {
|
||||
logger.info('[' + migrate_name + '] Migrating Up...');
|
||||
|
||||
return knex.schema.table('access_list', function (access_list) {
|
||||
proxy_host.renameColumn('satify_any', 'satisfy_any');
|
||||
access_list.renameColumn('satify_any', 'satisfy_any');
|
||||
})
|
||||
.then(() => {
|
||||
logger.info('[' + migrate_name + '] access_list Table altered');
|
||||
|
Loading…
Reference in New Issue
Block a user