From 6b9c5b7a505ac44065d9990a4d44502cb6ba5888 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Thu, 22 Mar 2012 20:37:04 -0700 Subject: [PATCH] CSPACE-4919: Add index on locationDate field in Location / Movement / Inventory records, to support ordering of records on that field's values. --- .../tenants/tenant-bindings-proto.xml | 31 ++++++++++++------- 1 file changed, 20 insertions(+), 11 deletions(-) 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 7795d05b0..41ba2ca28 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 @@ -1391,17 +1391,26 @@ org.collectionspace.services.movement.nuxeo.MovementValidatorHandler - - - objectNameProperty - currentLocation - - - objectNumberProperty - movementReferenceNumber - - - + + + objectNameProperty + currentLocation + + + objectNumberProperty + movementReferenceNumber + + + + org.collectionspace.services.common.init.AddIndices + + + movements_common + locationdate + + + + -- 2.47.3