Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spring:
enabled: true
baseline-on-migrate: true
baseline-version: 1
out-of-order: true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

[Reviewer, 2026-07-09] out-of-order 설정은 임시 조치이므로 배포 후 제거 대상임을 명시하기 위해 IntelliJ 기본 형식의 FIXME 주석을 추가해 주시기 바랍니다.

References
  1. 임시 설정이나 잠재적 문제가 있는 부분에는 IntelliJ 기본 형식의 FIXME 주석을 사용해야 합니다. (link)

locations: classpath:db/migration

## Database
Expand Down
Loading
Loading