diff --git a/src/site/docbook/reference/schema-appendix.xml b/src/site/docbook/reference/schema-appendix.xml index aa7957e22..b3173b684 100644 --- a/src/site/docbook/reference/schema-appendix.xml +++ b/src/site/docbook/reference/schema-appendix.xml @@ -38,6 +38,19 @@ +
+ Example DDL Scripts + + The root of the Spring Batch Core JAR file contains + example scripts tp create the relational tables for a number of + database platforms (which are in turn auto-detected by the job + repository factory bean or namespace equivalent). These scripts + can be used as is, or modified with additional indexes and + constraints as desired. The file names are in the + form schema-*.sql, where "*" is the short + name of the target database platform. +
+
Version