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/12/22 10:55:17 UTC

svn commit: r606439 - /ofbiz/trunk/framework/common/entitydef/entitymodel.xml

Author: jacopoc
Date: Sat Dec 22 01:55:16 2007
New Revision: 606439

URL: http://svn.apache.org/viewvc?rev=606439&view=rev
Log:
Added missing primary key; part of OFBIZ-495

Modified:
    ofbiz/trunk/framework/common/entitydef/entitymodel.xml

Modified: ofbiz/trunk/framework/common/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/entitydef/entitymodel.xml?rev=606439&r1=606438&r2=606439&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/framework/common/entitydef/entitymodel.xml Sat Dec 22 01:55:16 2007
@@ -501,6 +501,8 @@
       <field name="userPrefGroupId" type="id-long"><description>Used to assemble groups of preferences</description></field>
       <field name="userPrefValue" type="value"><description>Contains the value of this preference</description></field>
       <field name="userPrefDataType" type="id-long"><description>The java data type of this preference (empty = java.lang.String)</description></field>
+      <prim-key field="userLoginId"/>
+      <prim-key field="userPrefTypeId"/>
     </entity>
 
     <entity entity-name="UserPrefGroupType"