svn commit: r562602 - /ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r562602 - /ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml

sichen
Author: sichen
Date: Fri Aug  3 15:06:33 2007
New Revision: 562602

URL: http://svn.apache.org/viewvc?view=rev&rev=562602
Log:
Changed Agreement.textData to very-long to be consistent with AgreementItem, and also because long-varchar is only 255 chars, which is in reality not nearly long enough for agreements.  Thanks to Oleg Andreyev for pointing this out.

Modified:
    ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml

Modified: ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml?view=diff&rev=562602&r1=562601&r2=562602
==============================================================================
--- ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/branches/release4.0/applications/party/entitydef/entitymodel.xml Fri Aug  3 15:06:33 2007
@@ -76,7 +76,7 @@
       <field name="fromDate" type="date-time"></field>
       <field name="thruDate" type="date-time"></field>
       <field name="description" type="description"></field>
-      <field name="textData" type="long-varchar"></field>
+      <field name="textData" type="very-long"></field>
       <prim-key field="agreementId"/>
       <relation type="one" fk-name="AGRMNT_PRODUCT" rel-entity-name="Product">
         <key-map field-name="productId"/>