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?