From 2fd6dd0c2ed4c8485bd17da206f1241190f35289 Mon Sep 17 00:00:00 2001 From: Josh Harvey Date: Thu, 28 Jul 2016 18:12:41 +0300 Subject: [PATCH] remove migration comment-out --- migrations/014-session-to-tx-id.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/migrations/014-session-to-tx-id.js b/migrations/014-session-to-tx-id.js index cd7a3ed5..0e457dd6 100644 --- a/migrations/014-session-to-tx-id.js +++ b/migrations/014-session-to-tx-id.js @@ -2,9 +2,9 @@ var db = require('./db') exports.up = function (next) { var sql = [ -// 'alter table bills rename device_fingerprint to device_id', -// 'alter table bills rename satoshis to crypto_atoms', -// 'alter table bills rename session_id to cash_in_txs_id', + 'alter table bills rename device_fingerprint to device_id', + 'alter table bills rename satoshis to crypto_atoms', + '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 session_id to tx_id',