We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e9d1e commit 0702a4eCopy full SHA for 0702a4e
backend/migrations/20200410143840_access_list_client_fix.js
@@ -14,7 +14,7 @@ exports.up = function (knex/*, Promise*/) {
14
logger.info('[' + migrate_name + '] Migrating Up...');
15
16
return knex.schema.table('access_list', function (access_list) {
17
- proxy_host.renameColumn('satify_any', 'satisfy_any');
+ access_list.renameColumn('satify_any', 'satisfy_any');
18
})
19
.then(() => {
20
logger.info('[' + migrate_name + '] access_list Table altered');
0 commit comments