1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

migrations - include 40 so that it runs on update (#7652)

This commit is contained in:
Frankie 2019-12-05 10:22:25 -10:00 committed by Mark Stacey
parent 71a89df8ee
commit 446463bbf9

View File

@ -50,4 +50,5 @@ module.exports = [
require('./037'),
require('./038'),
require('./039'),
require('./040'),
]