jvanzyl     01/09/26 13:22:22

  Modified:    src/tdk/apps/2/src/conf project-schema.xml
  Log:
  - it appears that two separate databases cannot have the same table
    name or the torque compile blows up. must be something wrong in
    the generation somewhere ...
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-turbine-tdk/src/tdk/apps/2/src/conf/project-schema.xml
  
  Index: project-schema.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/apps/2/src/conf/project-schema.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project-schema.xml        2001/09/26 18:41:16     1.2
  +++ project-schema.xml        2001/09/26 20:22:22     1.3
  @@ -18,7 +18,7 @@
       </table>
     </database>
     <database name="@PROJECT@2">
  -    <table name="RDF" idMethod="idbroker">
  +    <table name="RDF2" idMethod="idbroker">
         <column name="RDF_ID" required="true" primaryKey="true" type="INTEGER"/>
         <column name="TITLE" size="255" type="VARCHAR"/>
         <column name="BODY" size="255" type="VARCHAR"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to