[CLAUDE] Docs: STATUS + HANDOFF domain migration E2E done (huypham.vn → solutions.com.vn)
Some checks failed
Deploy SOLUTION_ERP / build-deploy (push) Failing after 29s

This commit is contained in:
pqhuy1987
2026-04-24 10:25:41 +07:00
parent a6676658a4
commit 0048a2e83a
2 changed files with 7 additions and 8 deletions

View File

@ -47,6 +47,7 @@ public static class DbInitializer
await BackfillContractCodesAsync(db, codeGen, logger);
await SeedDemoContractsAsync(db, userManager, codeGen, logger);
await SeedDemoPurchaseEvaluationsAsync(db, userManager, logger);
await WarnDefaultAdminPasswordAsync(userManager, logger);
}