Skip to content

Commit

Permalink
hotfix: ignore flyway out of order
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jan 31, 2024
1 parent 7a18285 commit 249dfd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gateway/src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spring:
flyway:
enabled: true
baseline-on-migrate: true
out-of-order: true
h2:
console:
enabled: false
Expand All @@ -38,4 +39,4 @@ management:
endpoints:
web:
exposure:
include: health,info,prometheus
include: health,info,prometheus

0 comments on commit 249dfd4

Please sign in to comment.