From: Aron Roberts Date: Fri, 23 Mar 2012 03:37:04 +0000 (-0700) Subject: CSPACE-4919: Add index on locationDate field in Location / Movement / Inventory recor... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=6b9c5b7a505ac44065d9990a4d44502cb6ba5888;p=tmp%2Fjakarta-migration.git CSPACE-4919: Add index on locationDate field in Location / Movement / Inventory records, to support ordering of records on that field's values. --- 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 + + + +