4 Commits

Author SHA1 Message Date
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
72bed07872 docs: State Service 관련 내용 모두 제거
- State Service는 더 이상 사용하지 않음
- rb8001이 직접 PostgreSQL 접근으로 변경됨
- 중간 API 계층 제거로 성능 및 안정성 향상
- robeing-monitor가 state 기능 통합
2025-08-26 20:34:17 +09:00
happybell80
93fcef1878 docs: user_id UUID 타입 불일치 문제 추가
- PostgreSQL conversation_logs 테이블 스키마 문제
- slack_user_id 컬럼 추가 솔루션
- rb8001 코드 수정 방안 제시
2025-08-26 00:12:05 +09:00
happybell80
7d0110097e docs: rb8001 이중 저장 시스템 구현 트러블슈팅
- PostgreSQL 직접 연결 구현
- State Service 의존성 제거
- ChromaDB + PostgreSQL 이중 저장
- SSH 터널 재설정 (main_db)
2025-08-25 23:54:04 +09:00