Commit c5695c8f authored by Joe Kutner's avatar Joe Kutner Committed by Stephane Nicoll

Fix spring.quartz.jdbc.initialize-schema value

Use enum value from DataSourceInitializationMode instead of Boolean.

Closes gh-11433
parent 2430de5f
......@@ -5555,7 +5555,7 @@ following example:
[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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment