Skip to content

Fix: commit message 컬럼 TEXT로 변경#7

Merged
Yujin1219 merged 1 commit into
developfrom
fix/commit-message
Apr 13, 2026
Merged

Fix: commit message 컬럼 TEXT로 변경#7
Yujin1219 merged 1 commit into
developfrom
fix/commit-message

Conversation

@Yujin1219
Copy link
Copy Markdown
Member

🎯 작업 내용

commit message 컬럼 TEXT로 변경

주요 변경사항

  • commit message 저장 시 too long 에러 발생 으로 VARCHAR(255) -> TEXT로 변경

ALTER TABLE commits MODIFY message TEXT;
로컬 DB에서 해당 쿼리 실행 부탁드려염 배포DB는 완료했습니당

✅ 체크리스트

  • 코드 빌드가 정상적으로 완료되었나요?
  • 코드 리뷰 요청 전 self-review를 진행했나요?

📋 API 명세서

💬 리뷰 요청사항 (선택)

📚 참고 자료 (선택)

@Yujin1219 Yujin1219 requested a review from ggamnunq April 13, 2026 02:32
@Yujin1219 Yujin1219 self-assigned this Apr 13, 2026
@Yujin1219 Yujin1219 merged commit 5ebce56 into develop Apr 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant