aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenny Pollack <jennypollack3@gmail.com>2019-08-14 20:36:04 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-08-14 20:36:04 +0800
commitf34afee081f8adfbc9c5fd058872873995367590 (patch)
tree4bff5637bc5b5559b7454bd975e4b801fcd224ca
parent043920c9ff56477ed05e0cd121808b16b4680a20 (diff)
downloadtangerine-wallet-browser-f34afee081f8adfbc9c5fd058872873995367590.tar.gz
tangerine-wallet-browser-f34afee081f8adfbc9c5fd058872873995367590.tar.zst
tangerine-wallet-browser-f34afee081f8adfbc9c5fd058872873995367590.zip
Add migration 34 and 35 (#7001)
-rw-r--r--app/scripts/migrations/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/scripts/migrations/index.js b/app/scripts/migrations/index.js
index be3328bad..6b8860e52 100644
--- a/app/scripts/migrations/index.js
+++ b/app/scripts/migrations/index.js
@@ -44,4 +44,6 @@ module.exports = [
require('./031'),
require('./032'),
require('./033'),
+ require('./034'),
+ require('./035'),
]