fix: change flyway ignore patterns to validate-on-migrate false
This commit is contained in:
@@ -16,7 +16,7 @@ spring:
|
||||
flyway:
|
||||
enabled: true
|
||||
locations: classpath:db/migration
|
||||
ignore-migration-patterns: "*:mismatch"
|
||||
validate-on-migrate: false
|
||||
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
Reference in New Issue
Block a user