remove migration comment-out

This commit is contained in:
Josh Harvey 2016-07-28 18:12:41 +03:00
parent b45e9ef148
commit 2fd6dd0c2e

View file

@ -2,9 +2,9 @@ var db = require('./db')
exports.up = function (next) { exports.up = function (next) {
var sql = [ var sql = [
// 'alter table bills rename device_fingerprint to device_id', 'alter table bills rename device_fingerprint to device_id',
// 'alter table bills rename satoshis to crypto_atoms', 'alter table bills rename satoshis to crypto_atoms',
// 'alter table bills rename session_id to cash_in_txs_id', 'alter table bills rename session_id to cash_in_txs_id',
'alter table cached_responses rename device_fingerprint to device_id', 'alter table cached_responses rename device_fingerprint to device_id',
'alter table cached_responses rename session_id to tx_id', 'alter table cached_responses rename session_id to tx_id',