|
|
@ -2,11 +2,11 @@ const assert = require('assert') |
|
|
|
const migration27 = require('../../../app/scripts/migrations/027') |
|
|
|
const migration27 = require('../../../app/scripts/migrations/027') |
|
|
|
|
|
|
|
|
|
|
|
const oldStorage = { |
|
|
|
const oldStorage = { |
|
|
|
"meta": {}, |
|
|
|
'meta': {}, |
|
|
|
"data": { |
|
|
|
'data': { |
|
|
|
"TransactionController": { |
|
|
|
'TransactionController': { |
|
|
|
"transactions": [ |
|
|
|
'transactions': [ |
|
|
|
] |
|
|
|
], |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|