3 Commits

Author SHA1 Message Date
c88048db67 feat: sam_stat 통계 DB 인프라 구축 (Phase 1)
- sam_stat DB 연결 설정 (config/database.php, .env)
- 메타 테이블 마이그레이션 (stat_definitions, stat_job_logs)
- dim_date 차원 테이블 + DimDateSeeder (2020~2030, 4018건)
- 기반 모델: BaseStatModel, StatDefinition, StatJobLog, DimDate
- 집계 커맨드: stat:aggregate-daily, stat:aggregate-monthly
- StatAggregatorService + StatDomainServiceInterface 골격

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 17:13:36 +09:00
a79238558d feat: 5130 레거시 데이터 마이그레이션 커맨드 추가
- config/database.php: chandj (5130 레거시 DB) 연결 설정 추가
- Migrate5130Items 커맨드: 5130 품목 데이터를 SAM items 테이블로 마이그레이션
  - models, parts, parts_sub, bdmodels 단계별 마이그레이션 지원
  - dry-run 모드로 시뮬레이션 가능
  - rollback 옵션으로 마이그레이션 취소 가능

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-21 04:12:57 +09:00
ad702d5ccf First Commit (API Project) 2025-07-17 10:05:47 +09:00