fix: Flyway 버전 순서 역전 수정 - #115
Merged
Merged
Conversation
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>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 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. Comment |
hyxklee
approved these changes
Sep 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
V18__add_club_max_board_count까지 적용돼 있는데, 나중에 병합된V17__add_club_position_option이 그보다 낮은 번호라 Flyway 검증(out-of-order)에 실패해 배포가 계속 죽고 있었음V17__add_club_position_option.sql→V19__add_club_position_option.sqlV19__change_club_position_option_color_to_enum.sql→V20__change_club_position_option_color_to_enum.sqlTest plan
/api/v4/admin/clubs/{clubId}/positions정상 동작 확인