浏览代码

Link to SQL Schema.

Ben Alex 20 年之前
父节点
当前提交
0cdfd00151
共有 2 个文件被更改,包括 9 次插入1 次删除
  1. 7 0
      doc/xdocs/dbinit.txt
  2. 2 1
      doc/xdocs/navigation.xml

+ 7 - 0
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 (

+ 2 - 1
doc/xdocs/navigation.xml

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