Skip to content

Conversation

@Gooraeng
Copy link
Collaborator

@Gooraeng Gooraeng commented Oct 8, 2025

제목(필수): [TYPE]: 제목 예) [FEAT]: 회원가입 기능 추가

제목 규칙 자세히 보기
  • 형식: [TYPE]: 제목
  • 제한: 50자 이내, 첫 글자 대문자, 명령문
  • TYPE: FEAT FIX REFACTOR COMMENT STYLE TEST CHORE INIT

무엇을 / 왜

  • 무엇(What)
    • DB 마이그레이션 구문 수정
  • 왜(Why)
    • 이미 생성된 필드나 Table 에 대한 검증 로직 누락으로 인해 스프링 어플리케이션이 동작되지 않은 현상을 발견하여 수정합니다.

어떻게(요약) — 3줄 이내

  • DB 마이그레이션 구문 수정

영향 범위

  • API 변경
  • DB 마이그레이션
  • Breaking Change
  • 보안/권한 영향
  • 문서/가이드 업데이트 필요

체크리스트

  • 타입 라벨 부착 (FEAT/FIX/REFACTOR/COMMENT/STYLE/TEST/CHORE/INIT)
  • 로컬/CI 테스트 통과
  • 영향도 점검 완료
  • 주석/문서 반영(필요 시)

ToDo (선택)

  • 프론트 배포 확인 예정

스크린샷/증빙(선택)

이슈 연결 (자동)

Closes #78

Copy link
Collaborator

@lcs9317 lcs9317 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다

Copy link
Collaborator

@shihan00321 shihan00321 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다!

@Gooraeng Gooraeng merged commit 02ed5fb into main Oct 8, 2025
3 checks passed
@Gooraeng Gooraeng deleted the fix/resolving-migration-issue-1 branch October 8, 2025 03:39
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.

[FIX]: DB 마이그레이션 구문 수정

4 participants