Skip to content

fix: Flyway 버전 순서 역전 수정 - #115

Merged
woneeeee merged 1 commit into
devfrom
fix/flyway-v17-out-of-order
Sep 22, 2026
Merged

woneeeee merged 1 commit into
devfrom
fix/flyway-v17-out-of-order

Conversation

@woneeeee

Copy link
Copy Markdown
Member

Summary

  • dev DB에는 이미 V18__add_club_max_board_count까지 적용돼 있는데, 나중에 병합된 V17__add_club_position_option이 그보다 낮은 번호라 Flyway 검증(out-of-order)에 실패해 배포가 계속 죽고 있었음
  • V17__add_club_position_option.sqlV19__add_club_position_option.sql
  • V19__change_club_position_option_color_to_enum.sqlV20__change_club_position_option_color_to_enum.sql
  • 파일 리네임만 있고 SQL 내용은 변경 없음

Test plan

  • dev 배포 후 Flyway validate 통과 확인
  • /api/v4/admin/clubs/{clubId}/positions 정상 동작 확인

V17(club_position_option)이 이미 DB에 적용된 V18(max_board_count)
보다 낮은 번호로 뒤늦게 병합되어 Flyway가 순서 위반으로 검증에
실패했다. V17→V19, V19(color enum)→V20으로 밀어 이미 적용된
V18 이후 순서가 되도록 정리한다.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Sep 21, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 4f764c88-2dbf-4062-8038-92f05996397c


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@woneeeee woneeeee self-assigned this Sep 21, 2026
@woneeeee
woneeeee requested review from hyxklee and soo0711 September 21, 2026 15:08
@woneeeee
woneeeee merged commit e307c90 into dev Sep 22, 2026
2 checks passed
@woneeeee
woneeeee deleted the fix/flyway-v17-out-of-order branch September 22, 2026 01:38
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.

2 participants