You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2009/09/11 10:55:18 UTC

svn commit: r813726 - /ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Author: lektran
Date: Fri Sep 11 08:55:17 2009
New Revision: 813726

URL: http://svn.apache.org/viewvc?rev=813726&view=rev
Log:
increased the ProductFeature.idCode field from id to id-long (20 -> 60) as discussed on the dev list to better handle external identifiers

Modified:
    ofbiz/trunk/applications/product/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?rev=813726&r1=813725&r2=813726&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Fri Sep 11 08:55:17 2009
@@ -1429,7 +1429,7 @@
       <field name="defaultAmount" type="currency-amount"></field>
       <field name="defaultSequenceNum" type="numeric"></field>
       <field name="abbrev" type="id"></field>
-      <field name="idCode" type="id"></field>
+      <field name="idCode" type="id-long"></field>
       <prim-key field="productFeatureId"/>
       <relation type="one" fk-name="PROD_FEAT_CATEGORY" rel-entity-name="ProductFeatureCategory">
         <key-map field-name="productFeatureCategoryId"/>