[SOU-638] 마이그레이션 파일 다시 생성#263
Conversation
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
💡 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 ( | |||
There was a problem hiding this comment.
이 변경은 이미 존재하는 V15__create_wishlist_table.sql보다 낮은 버전(V14)을 뒤늦게 추가하므로, application-dev.yaml/application-prod.yaml에 out-of-order 설정이 없는 현재 Flyway 구성에서는 V15까지 적용된 환경에서 이 스크립트가 ignored(또는 validate 단계에서 실패)되어 fcm_tokens 테이블이 생성되지 않을 수 있습니다; 그 결과 이후 FCM 토큰 저장 로직이 배포되면 프로덕션에서 테이블 미존재 오류가 발생할 수 있으니, 이 스크립트는 V16+로 재번호해 순차 적용되게 해야 합니다.
Useful? React with 👍 / 👎.
No description provided.