You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/03/16 17:34:38 UTC

svn commit: r1082192 - /ofbiz/trunk/applications/party/entitydef/entitymodel.xml

Author: erwan
Date: Wed Mar 16 16:34:38 2011
New Revision: 1082192

URL: http://svn.apache.org/viewvc?rev=1082192&view=rev
Log:
Forgot to update mimeTypeId field in CommunicationEvent at rev 1081848. Now corrected

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

Modified: ofbiz/trunk/applications/party/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/entitydef/entitymodel.xml?rev=1082192&r1=1082191&r2=1082192&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/party/entitydef/entitymodel.xml Wed Mar 16 16:34:38 2011
@@ -655,7 +655,7 @@ under the License.
         <field name="datetimeStarted" type="date-time"></field>
         <field name="datetimeEnded" type="date-time"></field>
         <field name="subject" type="long-varchar"></field>
-        <field name="contentMimeTypeId" type="id-long"/>
+        <field name="contentMimeTypeId" type="id-vlong"/>
         <field name="content" type="very-long"></field>
         <field name="note" type="comment"></field>
         <field name="reasonEnumId" type="id"></field>