댓글 알림 스키마 보정

This commit is contained in:
2026-04-07 13:25:41 +09:00
parent 6bac13006a
commit db037c6163
6 changed files with 19 additions and 0 deletions

View File

@@ -73,6 +73,7 @@
## 백엔드 진입점
- 서버 엔트리: `backend/index.js`
- 데이터 초기화: `backend/src/db.js`
- 세부: 댓글/알림 관련 테이블(`tierlist_comments`, `comment_notifications`)은 여기서 생성되고, 기존 DB에 누락된 컬럼이 있으면 서버 시작 시 자동 보강한다.
- 로컬 DB 실행 설정: `docker-compose.yml`
- 로컬 MariaDB 가이드: `docs/local-mariadb.md`
- 인증 라우트: `backend/src/routes/auth.js`