[agent-pipeline] pipe-20260303124213-d7zo round-3

This commit is contained in:
DDD1542
2026-03-03 21:53:46 +09:00
parent 0d71e79c54
commit d9d18c1922
2 changed files with 33 additions and 0 deletions

View File

@@ -345,11 +345,13 @@ app.listen(PORT, HOST, async () => {
runDashboardMigration,
runTableHistoryActionMigration,
runDtgManagementLogMigration,
runApprovalSystemMigration,
} = await import("./database/runMigration");
await runDashboardMigration();
await runTableHistoryActionMigration();
await runDtgManagementLogMigration();
await runApprovalSystemMigration();
} catch (error) {
logger.error(`❌ 마이그레이션 실패:`, error);
}