Hi All,
We are using SAP HANA as database. And what we noticed that Indexes are not getting created in DB until they are marked as unique.
Like for point 1 Index is getting created however for 2nd case Index is not getting created. Any resolution?
V2205 and V6.7 same issue. However in local HSQL DB all indexes are present
1 ) <index name="version_idx" unique="true">
<key attribute="code"/>
<key attribute="version"/>
</index>
</indexes>
2) <index name="EmailIDCustom_IDX">
<key attribute="attachmentUid"/>
</index>