From 61b374636ea280cd8f8761ff5427b2d1023e4c9e Mon Sep 17 00:00:00 2001 From: happybell80 Date: Mon, 15 Sep 2025 13:02:21 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20robeing=5Fstats=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 250914 문서 상태를 해결됨으로 변경 - 미해결 항목 매트릭스에서 Stats 스키마 정합 제거 - 해결 내역: robeing_container_id 컬럼명 수정 --- plans/000000_unresolved_items_matrix.md | 1 - .../250914_admin_robeing_monitor_schema_error.md | 8 +++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/plans/000000_unresolved_items_matrix.md b/plans/000000_unresolved_items_matrix.md index 4866c52..f028f28 100644 --- a/plans/000000_unresolved_items_matrix.md +++ b/plans/000000_unresolved_items_matrix.md @@ -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) diff --git a/troubleshooting/250914_admin_robeing_monitor_schema_error.md b/troubleshooting/250914_admin_robeing_monitor_schema_error.md index 6ef2814..e91e741 100644 --- a/troubleshooting/250914_admin_robeing_monitor_schema_error.md +++ b/troubleshooting/250914_admin_robeing_monitor_schema_error.md @@ -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 업데이트