happybell80
|
8c02b80359
|
Fix incorrect table names in documentation
- gmail_tokens → gmail_token (33 files)
- companies → company (17 files)
- conversation_logs → conversation_log (27 files)
- workspace_members → workspace_member (28 files)
All table names now match the actual PostgreSQL schema
|
2025-09-26 00:49:47 +09:00 |
|
happybell80
|
4872bd85f9
|
docs: Fix database schema documentation errors
- conversation_log 테이블명 수정 (s 없음)
- slack_user_mapping 테이블 존재하지 않음
- slack_user_id 컬럼 존재하지 않음
- user.oauth_id에 Slack ID 저장됨
|
2025-09-18 18:32:56 +09:00 |
|
happybell80
|
1be2ab4d7d
|
docs: Update conversation_logs schema documentation
- slack_user_id 컬럼 제거 (실제 미사용)
- thread_ts 컬럼 문서화 (Slack 스레드 추적용)
- auth-server의 oauth_id 사용 명시
|
2025-09-18 18:30:18 +09:00 |
|
happybell80
|
25ebf8f0f3
|
docs: Fix incorrect database schema information
- conversation_logs.slack_user_id는 문서상 언급이나 실제 코드에서 미사용
- auth-server는 user.oauth_id에 slack_id 저장 (별도 slack_id 컬럼 없음)
|
2025-09-18 18:29:19 +09:00 |
|
|
|
fa73af4031
|
docs: rb8001 PostgreSQL 통합 문서를 troubleshooting으로 이동 및 정리
- plans에서 troubleshooting으로 이동 (구현 완료)
- 향후 계획 내용 제거
- 오늘 완성한 작업 위주로 정리
- Frontend-Slack 통합 달성 내용 포함
|
2025-08-31 17:11:37 +09:00 |
|