From 21ae1062ca6666199679919fa563992efd68c354 Mon Sep 17 00:00:00 2001 From: happybell80 Date: Tue, 13 Jan 2026 09:51:48 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20slack=5Fchannel=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=20DB=20=EC=8A=A4=ED=82=A4=EB=A7=88=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=ED=8A=B8=EB=9F=AC=EB=B8=94=EC=8A=88=ED=8C=85=20?= =?UTF-8?q?=EB=AC=B8=EC=84=9C=EC=97=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- journey/troubleshooting/251206_slack_channels_crud_status.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/journey/troubleshooting/251206_slack_channels_crud_status.md b/journey/troubleshooting/251206_slack_channels_crud_status.md index 28d9b92..4762f55 100644 --- a/journey/troubleshooting/251206_slack_channels_crud_status.md +++ b/journey/troubleshooting/251206_slack_channels_crud_status.md @@ -89,3 +89,7 @@ 3. **Update (수정)**: 구현되어 있으나 사용 여부 불명확 4. **Delete (삭제)**: 미구현 + +## 데이터베이스 스키마 + +- **slack_channel 테이블**: Slack 워크스페이스별 채널 정보 및 robeing CRUD 권한 관리 (마이그레이션: `auth-server/migrations/add_slack_channel_table.sql`)