Skip to content

Commit

Permalink
🐛 fix(batch): add flyway location (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyeonSon authored Oct 26, 2024
1 parent 2521d54 commit d97752e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spring:
enabled: true
baseline-on-migrate: true
ignore-migration-patterns: "*:missing"
locations: classpath:db/migration
auth:
header: ${AUTH_HEADER}
secret-key: ${AUTH_SECRET_KEY}
Expand Down

0 comments on commit d97752e

Please sign in to comment.