1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 21:00:13 +01:00
metamask-extension/app/scripts/migrations
2018-04-05 18:05:03 -07:00
..
_multi-keyring.js
002.js
003.js
004.js
005.js
006.js
007.js
008.js
009.js
010.js
011.js
012.js
013.js
014.js
015.js
016.js
017.js
018.js
019.js
020.js
021.js
022.js migration for adding submittedTime to the txMeta (#3727) 2018-03-26 14:24:12 -07:00
023.js migration for removing unnecessary transactions from state 2018-03-27 16:49:13 -07:00
024.js Merge pull request #3900 from MetaMask/migration-error-report 2018-04-05 15:03:53 -07:00
025.js create migration 25 2018-04-05 18:05:03 -07:00
index.js create migration 25 2018-04-05 18:05:03 -07:00
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
template.js meta - create a migration template 2018-04-05 16:25:13 -07:00

Migrations

Data (user data, config files etc.) is migrated from one version to another.

Migrations are called by {} from {} during {}.