Browse Source
- Split consolidated migration into 3 separate migrations - Preserve master's 001_initial and 002_add_iViewContent structure - Move active_identity creation to new 003_active_identity_and_seed_backup - Add hasBackedUpSeed field from registration-prompt-parity branch - Remove activeDid performance index for simplified migration - Maintain foreign key constraints and smart deletion pattern - Remove unused $getAllAccountDids method from PlatformServiceMixin This restructure ensures backward compatibility with master branch while adding advanced features (active_identity table, seed backup tracking) in a clean, maintainable migration sequence.pull/188/head
2 changed files with 28 additions and 25 deletions
Loading…
Reference in new issue