Skip to content

[NO-ISSUE] Flyway V1에서 psql 백슬래시 메타커맨드 제거#186

Merged
bum0w0 merged 3 commits intodevelopfrom
fix/NO-ISSUE-flyway
Feb 25, 2026
Merged

[NO-ISSUE] Flyway V1에서 psql 백슬래시 메타커맨드 제거#186
bum0w0 merged 3 commits intodevelopfrom
fix/NO-ISSUE-flyway

Conversation

@bum0w0
Copy link
Member

@bum0w0 bum0w0 commented Feb 25, 2026

No description provided.

@bum0w0 bum0w0 added the bug 기능이 의도대로 동작하지 않거나, 오류가 발생하는 이슈에 사용합니다. label Feb 25, 2026
@bum0w0 bum0w0 merged commit 8d218c8 into develop Feb 25, 2026
2 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Feb 25, 2026

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (2)
  • V1__init_schema.cleaned.sql
  • src/main/resources/db/migration/V1__init_schema.sql

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/NO-ISSUE-flyway

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.

@chatgpt-codex-connector
Copy link

💡 Codex Review

-- Data for Name: exchange_rate; Type: TABLE DATA; Schema: public; Owner: souzip_admin
--

P1 Badge V1 마이그레이션에 참조 데이터 COPY 구문을 복원하세요

이번 변경으로 V1__init_schema.sql에서 country/currency/exchange_rate/city 초기 데이터 COPY ... FROM stdin 블록이 함께 제거되어, 신규 DB(예: 새 스테이징/운영, CI의 clean DB)는 참조 데이터가 비어 있는 상태로 시작합니다. 그런데 데이터 보강 경로는 CountryDataInitializerExchangeRateScheduler가 둘 다 @Profile("dev")라 비-dev 환경에서 실행되지 않고(src/main/java/com/souzip/api/domain/country/config/CountryDataInitializer.java:14, src/main/java/com/souzip/api/domain/exchangerate/scheduler/ExchangeRateScheduler.java:14), 그 결과 환율/국가 조회가 EXCHANGE_RATE_NOT_FOUND/COUNTRY_NOT_FOUND로 즉시 실패해(ExchangeRateService#getRate, #getLocalCurrency) 기념품 생성/수정 플로우가 깨집니다.

ℹ️ 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".

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