docs: robeing_stats 오류 해결 완료

- 250914 문서 상태를 해결됨으로 변경
- 미해결 항목 매트릭스에서 Stats 스키마 정합 제거
- 해결 내역: robeing_container_id 컬럼명 수정
This commit is contained in:
happybell80 2025-09-15 13:02:21 +09:00
parent b902797eec
commit 61b374636e
2 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,6 @@
1. **본인 확인 검증** - JWT.sub 매칭 미구현 [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md)
2. **Rate Limiting** - API 무제한 호출 가능 [→380](../300_architecture/380_authentication_system.md)
3. **Preferences DB 정합** - slack_user_id 컬럼 누락 [→250827](../troubleshooting/250827_frontend_backend_preferences_API_연동_완료.md)
4. **Stats 스키마 정합** - robeing_stats 조회 실패 [→250914](../troubleshooting/250914_admin_robeing_monitor_schema_error.md)
## 🔵 Strategic (중요+비긴급)
1. **사용자 식별 통합** - UserIdentityService 설계 [→250831](250831_todo_and_tech_debt.md)

View File

@ -50,7 +50,13 @@ monitor_url = os.getenv("MONITOR_URL", "http://192.168.219.52:9024")
- `GET /healthz` - 헬스체크 (정상)
## 상태
🔴 미해결 - 로컬 개발자 작업 대기
✅ 해결됨 - 2025-09-15
## 해결 내역
- RobeingStats 테이블: robeing_id → robeing_container_id 수정
- ConversationLog 테이블: robeing_id → robeing_container_id 수정
- SQLAlchemy 쿼리: 모든 참조 수정
- API 테스트: 500 에러 없음 확인 (최근 1시간)
## 2025-09-15 업데이트