add flyway baseline config
This commit is contained in:
@@ -40,6 +40,8 @@ spring:
|
|||||||
|
|
||||||
flyway:
|
flyway:
|
||||||
enabled: ${FLYWAY_ENABLED:false}
|
enabled: ${FLYWAY_ENABLED:false}
|
||||||
|
baseline-on-migrate: true
|
||||||
|
baseline-version: 0
|
||||||
|
|
||||||
server:
|
server:
|
||||||
port: ${SERVER_PORT:8080}
|
port: ${SERVER_PORT:8080}
|
||||||
|
|||||||
Reference in New Issue
Block a user