Fix spring.quartz.jdbc.initialize-schema value
Use enum value from DataSourceInitializationMode instead of Boolean. Closes gh-11433
This commit is contained in:
parent
2430de5fe9
commit
c5695c8f78
|
|
@ -5555,7 +5555,7 @@ following example:
|
||||||
|
|
||||||
[source,properties,indent=0]
|
[source,properties,indent=0]
|
||||||
----
|
----
|
||||||
spring.quartz.jdbc.initialize-schema=true
|
spring.quartz.jdbc.initialize-schema=always
|
||||||
----
|
----
|
||||||
|
|
||||||
NOTE: By default, the database is detected and initialized by using the standard scripts
|
NOTE: By default, the database is detected and initialized by using the standard scripts
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue