From 0cdfd0015144442095c97536907845ab9ca76d6e Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Wed, 22 Dec 2004 03:42:51 +0000 Subject: [PATCH] Link to SQL Schema. --- doc/xdocs/dbinit.txt | 7 +++++++ doc/xdocs/navigation.xml | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/xdocs/dbinit.txt b/doc/xdocs/dbinit.txt index 2648b5c5f4..512d1f6e62 100644 --- a/doc/xdocs/dbinit.txt +++ b/doc/xdocs/dbinit.txt @@ -1,5 +1,12 @@ --- $Id$ +--- Sample Hypersonic SQL compatible schema and data +--- +--- All Acegi Security JDBC DAOs can be customised to use a different schema. +--- In addition, the Acegi Security JDBC DAOs do not even need to be used +--- with Acegi Security, and an entirely customised persistence strategy +--- can be employed via standard interfaces (eg in-memory, Hibernate etc). + SET IGNORECASE TRUE; CREATE TABLE users ( diff --git a/doc/xdocs/navigation.xml b/doc/xdocs/navigation.xml index dceadd0737..a728569b3f 100644 --- a/doc/xdocs/navigation.xml +++ b/doc/xdocs/navigation.xml @@ -30,13 +30,14 @@ - + +