aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/migrations
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-02-04 13:35:54 +0800
committerDan Finlay <dan@danfinlay.com>2017-02-04 13:35:54 +0800
commitc9024655d3f4fa4d86735556e9e25f0eb63dfdb8 (patch)
treeb0581e80cd4ece89c150166bee42041896297305 /app/scripts/migrations
parent4dc71ed57bab3e8310d37e2fb2a4c495ed3ca5d0 (diff)
downloadtangerine-wallet-browser-c9024655d3f4fa4d86735556e9e25f0eb63dfdb8.tar
tangerine-wallet-browser-c9024655d3f4fa4d86735556e9e25f0eb63dfdb8.tar.gz
tangerine-wallet-browser-c9024655d3f4fa4d86735556e9e25f0eb63dfdb8.tar.bz2
tangerine-wallet-browser-c9024655d3f4fa4d86735556e9e25f0eb63dfdb8.tar.lz
tangerine-wallet-browser-c9024655d3f4fa4d86735556e9e25f0eb63dfdb8.tar.xz
tangerine-wallet-browser-c9024655d3f4fa4d86735556e9e25f0eb63dfdb8.tar.zst
tangerine-wallet-browser-c9024655d3f4fa4d86735556e9e25f0eb63dfdb8.zip
Add migration to index
Diffstat (limited to 'app/scripts/migrations')
-rw-r--r--app/scripts/migrations/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/scripts/migrations/index.js b/app/scripts/migrations/index.js
index 22bf008ba..2db8646b0 100644
--- a/app/scripts/migrations/index.js
+++ b/app/scripts/migrations/index.js
@@ -1,5 +1,5 @@
/* The migrator has two methods the user should be concerned with:
- *
+ *
* getData(), which returns the app-consumable data object
* saveData(), which persists the app-consumable data object.
*/
@@ -20,4 +20,5 @@ module.exports = [
require('./007'),
require('./008'),
require('./009'),
+ require('./010'),
]