Link to SQL Schema.

This commit is contained in:
Ben Alex 2004-12-22 03:42:51 +00:00
parent 982d0bd421
commit 0cdfd00151
2 changed files with 9 additions and 1 deletions

View File

@ -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 (

View File

@ -30,13 +30,14 @@
<menu name="Overview">
<item name="Home" href="index.html"/>
<item name="Reference" href="reference.html"/>
<item name="Building and Maven Solutions" href="building.html"/>
<item name="Building with Maven" href="building.html"/>
<item name="Downloads" href="downloads.html"/>
<item name="Subprojects" href="projects-overview.html"/>
</menu>
<menu name="Core">
<item name="Core" href="multiproject/acegi-security/index.html"/>
<item name="Sample SQL" href="dbinit.txt"/>
</menu>
<menu name="Upgrade Help">