mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
migrate prep comment
This commit is contained in:
parent
f1131e3d61
commit
822bb219b6
1 changed files with 11 additions and 0 deletions
|
@ -169,6 +169,17 @@ class DbVersionMigrator {
|
|||
// try to continue migrating
|
||||
return await migrate(4, secureStore: secureStore);
|
||||
|
||||
// case 4:
|
||||
// // TODO: once isar migration is ready
|
||||
// // 1. Address arrays
|
||||
//
|
||||
// // update version
|
||||
// await DB.instance.put<dynamic>(
|
||||
// boxName: DB.boxNameDBInfo, key: "hive_data_version", value: 5);
|
||||
//
|
||||
// // try to continue migrating
|
||||
// return await migrate(5, secureStore: secureStore);
|
||||
|
||||
default:
|
||||
// finally return
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue