docs: conversation_log 컬럼 불일치 해결 내용 추가

This commit is contained in:
happybell80 2025-09-11 21:12:25 +09:00
parent 332a25de68
commit 96b216932a

View File

@ -143,8 +143,8 @@
| robeing-monitor/app/state/state_service.py | 133 | SELECT 쿼리 |
### 2.10 conversation_log 테이블 (실제 DB: conversation_log, 0건)
**실제 DB 컬럼**: user_id(FK), message, response, intent, created_at, updated_at
**코드 모델**: conversation_logs 참조 (복수형 차이), 추가 컬럼 사용
**실제 DB 컬럼**: user_id(FK), message, response, intent, channel_id, timestamp 등
**코드 수정**: robeing_id, slack_user_id 컬럼 제거 (DB에 없음)
| 파일 경로 | 라인 번호 | 작업 내용 |
|-----------|-----------|-----------|
@ -234,7 +234,8 @@
1. **완료**: 모든 복수형 테이블명을 단수형으로 통일
2. **주석 처리**: 존재하지 않는 테이블 참조 코드
3. **배포 성공**: 모든 서비스 정상 동작 확인
3. **추가 수정**: conversation_log의 robeing_id, slack_user_id 컬럼 제거 (DB에 없음)
4. **배포 성공**: 모든 서비스 정상 동작 확인
## 6. 롤백 계획