From f78f81aee0fd48cc1b11742ac3bc96ff70e0d608 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 25 Jul 2011 20:09:32 +0000 Subject: [PATCH] CSPACE-4129: Added post-init task to create index on updatedAt field in collectionspace_core services schema. --- .../config/services/tenants/tenant-bindings-proto.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml index e328bf609..eb0fd96d9 100644 --- a/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml +++ b/services/common/src/main/cspace/config/services/tenants/tenant-bindings-proto.xml @@ -1697,6 +1697,13 @@ org.collectionspace.services.common.init.AddIndices + + + + + collectionspace_core + updatedat + relations_common documentid1,documentid2 -- 2.47.3