Link to SQL Schema.
This commit is contained in:
parent
982d0bd421
commit
0cdfd00151
|
@ -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 (
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue