Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly set default for
quarkus.flyway.validate-on-migrate
The default value for `quarkus.flyway.validate-on-migrate` was incorrectly set using a plain field default value. While not validated by Quarkus, this actually doesn't have any effect. What is important is setting `ConfigItem#defaultValue`.
- Loading branch information