Conversation
dev already owns V5 (trending activity indexes) and V6 (vote pin type consolidation) under different content. Renumbering main's V5__add_storage_delete_outbox.sql and V6__add_scheduler_lock.sql to V7/V8 unifies the migration sequence across both branches so a future merge in either direction won't produce two files claiming the same Flyway version. File content is unchanged (git mv only), so the Flyway checksum for each script is identical before and after — verified by re-running `flyway migrate` against a fresh MySQL 8 schema (V1-V4,V7,V8 all applied successfully). Requires a one-time flyway_schema_history remap on any environment that already applied the old V5/V6 (see PR description runbook) before this is deployed there.
…7-v8 chore: renumber storage-delete/scheduler-lock migrations to V7/V8
fix: 프로필 수정 시 본인 닉네임 중복 검사 제외
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
5solbin
marked this pull request as ready for review
August 7, 2026 06:53
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.
변경 사항
main브랜치의 최신 변경사항을dev브랜치에 반영합니다.포함된 PR
참고
현재
main과dev는 서로 분기된 상태이며, 이 PR은main에 반영된 최신 4개 커밋을dev로 동기화합니다.