From ce72d2abdfea57b76918ab65cf47f68d35504cbb Mon Sep 17 00:00:00 2001 From: dsyer Date: Mon, 9 Mar 2009 07:22:16 +0000 Subject: [PATCH] Add short section on DDL example scripts --- src/site/docbook/reference/schema-appendix.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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