From 96b216932a88598dc9b6d69006cfbd3ae5843b12 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Thu, 11 Sep 2025 21:12:25 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20conversation=5Flog=20=EC=BB=AC=EB=9F=BC?= =?UTF-8?q?=20=EB=B6=88=EC=9D=BC=EC=B9=98=20=ED=95=B4=EA=B2=B0=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...happybell80_PostgreSQL_테이블명_단수형_통일.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. 롤백 계획