You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/03/02 23:04:26 UTC

svn commit: r513986 - /ofbiz/trunk/applications/content/entitydef/entitymodel.xml

Author: jaz
Date: Fri Mar  2 14:04:25 2007
New Revision: 513986

URL: http://svn.apache.org/viewvc?view=rev&rev=513986
Log:
this was something I was playing with, but decided against; however it slipped in my last commit.

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

Modified: ofbiz/trunk/applications/content/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/entitydef/entitymodel.xml?view=diff&rev=513986&r1=513985&r2=513986
==============================================================================
--- ofbiz/trunk/applications/content/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/content/entitydef/entitymodel.xml Fri Mar  2 14:04:25 2007
@@ -829,8 +829,7 @@
       <field name="statusId" type="id"></field>
       <field name="dataResourceName" type="name"></field>
       <field name="localeString" type="very-short"></field>
-      <field name="mimeTypeId" type="id-long"></field>
-      <field name="mimeTypeTemplateId" type="id"></field>
+      <field name="mimeTypeId" type="id-long"></field>      
       <field name="characterSetId" type="id-long"></field>
       <field name="objectInfo" type="long-varchar"></field>
       <field name="relatedDetailId" type="id"><description>Depending on the dataResourceTypeId this can point to other entities, like: Survey, SurveyResponse, etc.</description></field>