Browse Source
- Add migrateAll() function that handles complete migration in correct order: Accounts → Settings → Contacts to avoid foreign key constraint issues - Add prominent "Migrate All (Recommended)" button to migration UI - Add informational section explaining migration order and rationale - Add info icon to icon set for UI clarity - Improve migration logic to handle overwriteExisting parameter properly: - New records are always migrated regardless of checkbox setting - Existing records are only updated when overwriteExisting=true - Clear warning messages when records are skipped - Maintain backward compatibility with individual migration buttons - All code linted and formatted according to project standards Co-authored-by: Matthew Raymer
4 changed files with 215 additions and 1 deletions
Loading…
Reference in new issue