aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/migrations/index.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-02-08 08:49:14 +0800
committerDan <danjm.com@gmail.com>2018-02-08 08:49:14 +0800
commitb0db68a281168a94316823387b1670839990dd63 (patch)
tree153ca25095e5293951df032c8aa4860b2fe9965d /app/scripts/migrations/index.js
parent7f151b861cc3a565d3feefc50b3be25ab4490ac8 (diff)
parentc50a197ab95b462b4416cbf85139f80db9b70f0c (diff)
downloadtangerine-wallet-browser-b0db68a281168a94316823387b1670839990dd63.tar.gz
tangerine-wallet-browser-b0db68a281168a94316823387b1670839990dd63.tar.zst
tangerine-wallet-browser-b0db68a281168a94316823387b1670839990dd63.zip
Merge branch 'uat' into uat-next
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 9d0631042..a0cf5f4d4 100644
--- a/app/scripts/migrations/index.js
+++ b/app/scripts/migrations/index.js
@@ -31,4 +31,5 @@ module.exports = [
require('./018'),
require('./019'),
require('./020'),
+ require('./021'),
]