All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.sql.indexes.sql Maven / Gradle / Ivy

There is a newer version: 4.0.58
Show newest version
create index IX_777290D8 on CommerceWishList (groupId, userId, defaultWishList);
create unique index IX_FB7BEB90 on CommerceWishList (groupId, uuid_[$COLUMN_LENGTH:75$]);
create index IX_6680B6BE on CommerceWishList (userId, createDate);
create index IX_47CF092E on CommerceWishList (uuid_[$COLUMN_LENGTH:75$]);

create index IX_9DA3D36A on CommerceWishListItem (CPInstanceUuid[$COLUMN_LENGTH:75$]);
create index IX_CF9B9CD4 on CommerceWishListItem (CProductId);
create index IX_BC95AC54 on CommerceWishListItem (commerceWishListId, CPInstanceUuid[$COLUMN_LENGTH:75$], CProductId);
create index IX_C172BCA3 on CommerceWishListItem (commerceWishListId, CProductId);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy