Add migrateDBOnStart property under persistence will allow Data Index(DI) and Jobs Service(JS) to individually determine if they should use Flyway migrate the database functionality.
Setting this property to false will result in no database migration.
Conversely, setting this property to true will result in database migration.
Description
Add migrateDBOnStart property under persistence will allow Data Index(DI) and Jobs Service(JS) to individually determine if they should use Flyway migrate the database functionality. Setting this property to false will result in no database migration. Conversely, setting this property to true will result in database migration.
Implementation ideas
No response