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/04/05 19:23:16 UTC

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

arminw      2004/04/05 10:23:16

  Modified:    src/schema ojbtest-schema.xml
  Log:
  - update tables to support new tests
  
  Revision  Changes    Path
  1.71      +6 -0      db-ojb/src/schema/ojbtest-schema.xml
  
  Index: ojbtest-schema.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/schema/ojbtest-schema.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- ojbtest-schema.xml	5 Apr 2004 13:58:59 -0000	1.70
  +++ ojbtest-schema.xml	5 Apr 2004 17:23:16 -0000	1.71
  @@ -1076,6 +1076,7 @@
       <table name="INHERITANCE_MULTI_EMPLOYEE">
           <column name="OBJ_ID" required="true" primaryKey="true" type="INTEGER"/>
           <column name="NAME" type="VARCHAR" size="150"/>
  +        <column name="FK_ADDRESS" type="INTEGER"/>
       </table>
   
       <table name="INHERITANCE_MULTI_EXECUTIVE">
  @@ -1088,6 +1089,11 @@
       <table name="INHERITANCE_MULTI_MANAGER">
           <column name="OBJ_ID" required="true" primaryKey="true" type="INTEGER"/>
           <column name="SUPER_ID" type="INTEGER"/>
  +    </table>
  +
  +    <table name="INHERITANCE_MULTI_ADDRESS">
  +        <column name="OBJ_ID" required="true" primaryKey="true" type="INTEGER"/>
  +        <column name="STREET" type="VARCHAR" size="150"/>
       </table>
   
       <!-- =================================================== -->
  
  
  

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