SPMS_API/SPMS.Infrastructure/Persistence
SEAN ecddbe1c26 fix: AdminCode 컬럼 길이 불일치 수정 (#257)
- HasMaxLength(8) → HasMaxLength(12) 변경
- 코드에서 12자 UUID를 생성하나 DB가 8자만 허용하는 버그
- 회원가입 시 'Data too long for column AdminCode' 500 에러 해결
2026-02-26 17:36:33 +09:00
..
Configurations fix: AdminCode 컬럼 길이 불일치 수정 (#257) 2026-02-26 17:36:33 +09:00
Repositories improvement: Notification 도메인 구축 (#247) 2026-02-26 09:44:28 +09:00
UnitOfWork.cs feat: Generic Repository 및 UnitOfWork 패턴 구현 (#18) 2026-02-09 14:44:31 +09:00