aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/migrations/index.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2017-05-24 15:18:40 +0800
committerGitHub <noreply@github.com>2017-05-24 15:18:40 +0800
commit6be1aa82c00c85e5c839de4cfb781088d229160c (patch)
tree4ade3448b5130a5f58a19f7fcebff049eb33e065 /app/scripts/migrations/index.js
parente55329d28b61b2d1066cf794a2099a18a94be7a4 (diff)
parente8288ad4bfaa5b65b23f0a03d0c036457a24893f (diff)
downloadtangerine-wallet-browser-6be1aa82c00c85e5c839de4cfb781088d229160c.tar
tangerine-wallet-browser-6be1aa82c00c85e5c839de4cfb781088d229160c.tar.gz
tangerine-wallet-browser-6be1aa82c00c85e5c839de4cfb781088d229160c.tar.bz2
tangerine-wallet-browser-6be1aa82c00c85e5c839de4cfb781088d229160c.tar.lz
tangerine-wallet-browser-6be1aa82c00c85e5c839de4cfb781088d229160c.tar.xz
tangerine-wallet-browser-6be1aa82c00c85e5c839de4cfb781088d229160c.tar.zst
tangerine-wallet-browser-6be1aa82c00c85e5c839de4cfb781088d229160c.zip
Merge branch 'master' into Version-3.7.1
Diffstat (limited to 'app/scripts/migrations/index.js')
-rw-r--r--app/scripts/migrations/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scripts/migrations/index.js b/app/scripts/migrations/index.js
index 3a95cf88e..fb1ad7863 100644
--- a/app/scripts/migrations/index.js
+++ b/app/scripts/migrations/index.js
@@ -24,4 +24,5 @@ module.exports = [
require('./011'),
require('./012'),
require('./013'),
+ require('./014'),
]