You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by mp...@apache.org on 2003/05/27 21:27:07 UTC

cvs commit: db-torque/src/schema id-table-schema.xml

mpoeschl    2003/05/27 12:27:06

  Modified:    src/schema Tag: TORQUE_3_0_BRANCH id-table-schema.xml
  Log:
  TRQS35: id-table-schema.xml has no database name
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.1   +3 -4      db-torque/src/schema/Attic/id-table-schema.xml
  
  Index: id-table-schema.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/schema/Attic/id-table-schema.xml,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- id-table-schema.xml	18 Feb 2002 19:55:53 -0000	1.5
  +++ id-table-schema.xml	27 May 2003 19:27:05 -0000	1.5.2.1
  @@ -1,6 +1,5 @@
   <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
  -<!DOCTYPE database SYSTEM 
  -"http://jakarta.apache.org/turbine/dtd/database.dtd">
  +<!DOCTYPE database SYSTEM "http://db.apache.org/torque/dtd/database_3_0_1.dtd">
   
   <!-- ==================================================================== -->
   <!--                                                                      -->
  @@ -14,7 +13,7 @@
   <!-- @version $Id$ -->
   <!-- ==================================================================== -->
   
  -<database>
  +<database name="@DATABASE_DEFAULT@">
     <table name="ID_TABLE" idMethod="idbroker">
       <column name="ID_TABLE_ID" required="true" primaryKey="true" type="INTEGER"/>
       <column name="TABLE_NAME" required="true" size="255" type="VARCHAR"/>