You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2004/02/19 02:36:54 UTC

cvs commit: db-ojb/src/schema ojbcore-schema.xml

arminw      2004/02/18 17:36:54

  Modified:    src/schema ojbcore-schema.xml
  Log:
  change column type from INTEGER to BIGINT to support Long values
  
  Revision  Changes    Path
  1.7       +1 -1      db-ojb/src/schema/ojbcore-schema.xml
  
  Index: ojbcore-schema.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/schema/ojbcore-schema.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ojbcore-schema.xml	27 Jun 2003 21:03:13 -0000	1.6
  +++ ojbcore-schema.xml	19 Feb 2004 01:36:54 -0000	1.7
  @@ -6,7 +6,7 @@
    <table name="OJB_HL_SEQ" description="HIGH/LOW SequenceManager table">
       <column name="TABLENAME" required="true" primaryKey="true" type="VARCHAR" size="175"/>
       <column name="FIELDNAME" required="true" primaryKey="true" type="VARCHAR" size="70"/>
  -    <column name="MAX_KEY" type="INTEGER"/>
  +    <column name="MAX_KEY" type="BIGINT"/>
       <column name="GRAB_SIZE" type="INTEGER"/>
       <column name="VERSION" type="INTEGER"/>
     </table>
  
  
  

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