Skip to content

[SOU-638] 마이그레이션 파일 다시 생성#263

Merged
Develop-KIM merged 1 commit into
developfrom
rollback/SOU-638-revert-to-455c656
May 22, 2026
Merged

[SOU-638] 마이그레이션 파일 다시 생성#263
Develop-KIM merged 1 commit into
developfrom
rollback/SOU-638-revert-to-455c656

Conversation

@Develop-KIM

Copy link
Copy Markdown
Member

No description provided.

@Develop-KIM Develop-KIM added the bug 기능이 의도대로 동작하지 않거나, 오류가 발생하는 이슈에 사용합니다. label May 22, 2026
@coderabbitai

coderabbitai Bot commented May 22, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@Develop-KIM has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 48 minutes and 55 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a8523782-d71a-4b1e-af8d-cd5dba2784ed

📥 Commits

Reviewing files that changed from the base of the PR and between c59a49a and c06ceaf.

📒 Files selected for processing (1)
  • src/main/resources/db/migration/V14__create_fcm_token_tablel.sql
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch rollback/SOU-638-revert-to-455c656

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 and usage tips.

@Develop-KIM Develop-KIM merged commit aeae676 into develop May 22, 2026
2 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c06ceaf6e5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1,23 @@
CREATE TABLE fcm_tokens (

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge 새 마이그레이션 버전을 V15 이후로 재번호하세요

이 변경은 이미 존재하는 V15__create_wishlist_table.sql보다 낮은 버전(V14)을 뒤늦게 추가하므로, application-dev.yaml/application-prod.yamlout-of-order 설정이 없는 현재 Flyway 구성에서는 V15까지 적용된 환경에서 이 스크립트가 ignored(또는 validate 단계에서 실패)되어 fcm_tokens 테이블이 생성되지 않을 수 있습니다; 그 결과 이후 FCM 토큰 저장 로직이 배포되면 프로덕션에서 테이블 미존재 오류가 발생할 수 있으니, 이 스크립트는 V16+로 재번호해 순차 적용되게 해야 합니다.

Useful? React with 👍 / 👎.

@Develop-KIM Develop-KIM deleted the rollback/SOU-638-revert-to-455c656 branch June 13, 2026 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 기능이 의도대로 동작하지 않거나, 오류가 발생하는 이슈에 사용합니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant