You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2001/09/27 06:15:59 UTC

cvs commit: jakarta-turbine-2/conf/master turbine-schema.xml

jvanzyl     01/09/26 21:15:58

  Modified:    conf/master turbine-schema.xml
  Log:
  - explicitly state the name of the database, the default behaviour
    doesn't really produce reliable results using a multiple db
    configuration. better to be explicit anyway and this is the
    method we will document.
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-turbine-2/conf/master/turbine-schema.xml
  
  Index: turbine-schema.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/conf/master/turbine-schema.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- turbine-schema.xml	2001/08/16 05:06:57	1.1
  +++ turbine-schema.xml	2001/09/27 04:15:58	1.2
  @@ -14,10 +14,10 @@
   <!-- users, security, and job scheduling.                                 -->
   <!-- ==================================================================== -->
   <!-- @author: <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>      -->
  -<!-- @version $Id: turbine-schema.xml,v 1.1 2001/08/16 05:06:57 jvanzyl Exp $     -->
  +<!-- @version $Id: turbine-schema.xml,v 1.2 2001/09/27 04:15:58 jvanzyl Exp $     -->
   <!-- ==================================================================== -->
   
  -<database>
  +<database name="@PROJECT@">
     
     <table name="TURBINE_PERMISSION" idMethod="idbroker">
       <column name="PERMISSION_ID" required="true" primaryKey="true" type="INTEGER"/>
  @@ -36,7 +36,7 @@
       <column name="OBJECTDATA" type="VARBINARY"/>
     
       <unique>
  -        <unique-column name="ROLE_NAME"/>
  +      <unique-column name="ROLE_NAME"/>
       </unique>
       
     </table>
  @@ -47,7 +47,7 @@
       <column name="OBJECTDATA" type="VARBINARY"/>
       
       <unique>
  -        <unique-column name="GROUP_NAME"/>
  +      <unique-column name="GROUP_NAME"/>
       </unique>
     
     </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org