diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-04-19 11:33:51 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-05-17 23:27:39 +0800 |
commit | 2d13fac476cfbb7b0140611dca00fa95ee8d91ab (patch) | |
tree | 1a34c0f7bbb1963ac3848f2366d1af4fe9dfadc0 /app/scripts/migrations/index.js | |
parent | 50af02e74bf8967232b97a43db4f3befb6939566 (diff) | |
download | tangerine-wallet-browser-2d13fac476cfbb7b0140611dca00fa95ee8d91ab.tar tangerine-wallet-browser-2d13fac476cfbb7b0140611dca00fa95ee8d91ab.tar.gz tangerine-wallet-browser-2d13fac476cfbb7b0140611dca00fa95ee8d91ab.tar.bz2 tangerine-wallet-browser-2d13fac476cfbb7b0140611dca00fa95ee8d91ab.tar.lz tangerine-wallet-browser-2d13fac476cfbb7b0140611dca00fa95ee8d91ab.tar.xz tangerine-wallet-browser-2d13fac476cfbb7b0140611dca00fa95ee8d91ab.tar.zst tangerine-wallet-browser-2d13fac476cfbb7b0140611dca00fa95ee8d91ab.zip |
Add migration to move identities from KeyringController
Diffstat (limited to 'app/scripts/migrations/index.js')
-rw-r--r-- | app/scripts/migrations/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scripts/migrations/index.js b/app/scripts/migrations/index.js index 6c4a51b32..04d90bfff 100644 --- a/app/scripts/migrations/index.js +++ b/app/scripts/migrations/index.js @@ -36,4 +36,5 @@ module.exports = [ require('./023'), require('./024'), require('./025'), + require('./026'), ] |