You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/10/17 12:06:34 UTC

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

Author: jleroux
Date: Sat Oct 17 10:06:34 2009
New Revision: 826216

URL: http://svn.apache.org/viewvc?rev=826216&view=rev
Log:
Oops, forgot unique

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=826216&r1=826215&r2=826216&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/party/entitydef/entitymodel.xml Sat Oct 17 10:06:34 2009
@@ -2600,7 +2600,7 @@
       <index name="LAST_NAME_IDX">
         <index-field name="lastName"/>
       </index>
-      <index name="CARD_ID_IDX">
+      <index name="CARD_ID_IDX" unique="true">
         <index-field name="cardId"/>
       </index>
     </entity>