diff --git a/troubleshooting/250911_happybell80_PostgreSQL_테이블명_단수형_통일.md b/troubleshooting/250911_happybell80_PostgreSQL_테이블명_단수형_통일.md index 59437dc..9c642d6 100644 --- a/troubleshooting/250911_happybell80_PostgreSQL_테이블명_단수형_통일.md +++ b/troubleshooting/250911_happybell80_PostgreSQL_테이블명_단수형_통일.md @@ -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. 롤백 계획