Skip to content

Commit 2b2da1a

Browse files
committed
disable flywheel migration validation due to botched update to old migration file
1 parent 2ab37aa commit 2b2da1a

File tree

1 file changed

+1
-0
lines changed
  • kafka-webview-ui/src/main/resources/config

1 file changed

+1
-0
lines changed

kafka-webview-ui/src/main/resources/config/base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ spring:
2424
flyway:
2525
locations: "classpath:schema/migration/{vendor}"
2626
baselineOnMigrate: true
27+
validate-on-migrate: false
2728

2829
servlet:
2930
multipart:

0 commit comments

Comments
 (0)