aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/migrations/index.js
diff options
context:
space:
mode:
authorEsteban MIno <efmino@uc.cl>2018-07-28 02:56:03 +0800
committerEsteban MIno <efmino@uc.cl>2018-07-28 02:56:03 +0800
commitf5107fa12efcafe2d7e6531399f53c524192e6d6 (patch)
treeb25eb19e67cb7813b87d2f40d39777124f8073d7 /app/scripts/migrations/index.js
parentf79a249bcc65e594dcd058c30eab2620242ade9c (diff)
downloadtangerine-wallet-browser-f5107fa12efcafe2d7e6531399f53c524192e6d6.tar.gz
tangerine-wallet-browser-f5107fa12efcafe2d7e6531399f53c524192e6d6.tar.zst
tangerine-wallet-browser-f5107fa12efcafe2d7e6531399f53c524192e6d6.zip
migration for preferences controller tokens
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 04d90bfff..2499b7fd1 100644
--- a/app/scripts/migrations/index.js
+++ b/app/scripts/migrations/index.js
@@ -37,4 +37,5 @@ module.exports = [
require('./024'),
require('./025'),
require('./026'),
+ require('./028'),
]