Matthew Raymer
7978133e7f
feat: Implement activeDid migration from Dexie to SQLite
- Add migrateActiveDid() function for dedicated activeDid migration
- Enhance migrateSettings() to handle activeDid extraction and validation
- Update migrateAll() to include activeDid migration step
- Add comprehensive error handling and validation
- Update migration documentation with activeDid migration details
- Ensure user identity continuity during migration process
Files changed:
- src/services/indexedDBMigrationService.ts (153 lines added)
- doc/migration-to-wa-sqlite.md (documentation updated)
Migration order: Accounts -> Settings -> ActiveDid -> Contacts
2025-06-20 04:48:51 +00:00
..
2025-06-14 22:10:49 -06:00
2025-05-28 13:09:51 +00:00
2025-05-26 14:52:39 -06:00
2025-06-05 20:00:51 -06:00
2025-04-09 07:17:21 +00:00
2025-06-18 02:32:47 -06:00
2025-06-20 04:48:51 +00:00
2025-06-19 11:11:59 -06:00
2025-04-09 07:17:21 +00:00
2025-06-07 17:18:10 -06:00
2025-04-09 07:17:21 +00:00