From 211de332db8975730cede873be9c13c7c5dcb6d9 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Fri, 22 Aug 2025 10:38:26 +0000 Subject: [PATCH] feat: re-enable migration 004 for active identity phase c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. --- src/db-sql/migration.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db-sql/migration.ts b/src/db-sql/migration.ts index 42219084..db73109b 100644 --- a/src/db-sql/migration.ts +++ b/src/db-sql/migration.ts @@ -180,6 +180,7 @@ const MIGRATIONS = [ END; `, }, + // Migration 004 re-enabled - Phase 1 complete, critical components migrated { name: "004_drop_settings_activeDid_column", sql: `