Skip to Content
0
Former Member
Nov 22, 2016 at 06:23 AM

Override index

288 Views

Hi Guys,

In the principle item type, below index are defined

             <indexes>
                 <index name="UID" unique="true">
                     <key attribute="uid"/>
                 </index>
             </indexes>

In our system, combination of UID and Website is unique, hence we would like to get rid of the OOTB index and define our own. Is there a cleaner way to achieve this?