From 1be2ab4d7dc0d1616472db8e015413302b036bef Mon Sep 17 00:00:00 2001 From: happybell80 Date: Thu, 18 Sep 2025 18:30:18 +0900 Subject: [PATCH] docs: Update conversation_logs schema documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - slack_user_id 컬럼 제거 (실제 미사용) - thread_ts 컬럼 문서화 (Slack 스레드 추적용) - auth-server의 oauth_id 사용 명시 --- troubleshooting/250831_rb8001_postgresql_context_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/250831_rb8001_postgresql_context_integration.md b/troubleshooting/250831_rb8001_postgresql_context_integration.md index 31ec628..53fc30b 100644 --- a/troubleshooting/250831_rb8001_postgresql_context_integration.md +++ b/troubleshooting/250831_rb8001_postgresql_context_integration.md @@ -67,5 +67,5 @@ ### 데이터베이스 스키마 - `conversation_logs.user_id`: UUID (Frontend 사용자) -- `conversation_logs.slack_user_id`: VARCHAR (Slack ID 보존) - **주의: 문서상 언급이나 실제 코드에서 미사용** +- `conversation_log.thread_ts`: VARCHAR(128) (스레드 타임스탬프로 Slack 대화 추적) - `slack_user_mapping`: Slack ID ↔ UUID 매핑 테이블 활용 \ No newline at end of file