Skip to content

Commit

Permalink
[NO_ISSUE] Set the kie.flyway.enabled to false by default. (apache#3762)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedvede authored and rgdoliveira committed Nov 7, 2024
1 parent db23327 commit cf64c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class KieFlywayQuarkusRuntimeConfig implements KieFlywayConfiguration<Kie
/**
* Enables the execution of the Flyway initializer during the application startup
*/
@ConfigItem(name = "enabled", defaultValue = "true")
@ConfigItem(name = "enabled", defaultValue = "false")
boolean enabled;

/**
Expand Down

0 comments on commit cf64c1d

Please sign in to comment.