remove migration comment-out
This commit is contained in:
parent
b45e9ef148
commit
2fd6dd0c2e
1 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue