Skip to content

Commit 098ca6f

Browse files
authored
Merge pull request #398 from EAT-SSU/fix/#397-flyway-out-of-order-and-v14-schema
fix: prod flyway ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ๋ˆ„๋ฝ ๋ฐ V14 ์Šคํ‚ค๋งˆ ํ•˜๋“œ์ฝ”๋”ฉ ์ˆ˜์ •
2 parents d6247a6 + 7a512c3 commit 098ca6f

2 files changed

Lines changed: 507 additions & 506 deletions

File tree

โ€Žsrc/main/resources/application-prod.ymlโ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ spring:
1010
enabled: true
1111
baseline-on-migrate: true
1212
baseline-version: 1
13+
out-of-order: true
1314
locations: classpath:db/migration
1415

1516
## Database

0 commit comments

Comments
ย (0)