feat: re-enable migration 004 for active identity phase c

- Uncomment migration 004_drop_settings_activeDid_column
- Phase 1 component migration complete, safe to drop legacy column
- Migration system now runs all 4 migrations successfully

This completes the legacy activeDid column removal after
12 critical identity components were migrated to use the
new Active Identity façade.
This commit is contained in:
Matthew Raymer
2025-08-22 10:38:26 +00:00
parent 628469b1bb
commit 211de332db

View File

@@ -180,6 +180,7 @@ const MIGRATIONS = [
END;
`,
},
// Migration 004 re-enabled - Phase 1 complete, critical components migrated
{
name: "004_drop_settings_activeDid_column",
sql: `