From 6b9528c39038fb55a321829163b7b3afedd8a354 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Tue, 13 Mar 2018 14:02:15 -0400 Subject: [PATCH 1/1] fix entry in resource mate file --- mig-xml/resource_mate.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mig-xml/resource_mate.xml b/mig-xml/resource_mate.xml index ee3d701..1c20ace 100644 --- a/mig-xml/resource_mate.xml +++ b/mig-xml/resource_mate.xml @@ -49,8 +49,8 @@ Count of Copies in Extract by Category assets 0 - Count.Location - SELECT COUNT(*), l_location FROM asset_copy_legacy GROUP BY 2 ORDER BY 2 + Count.Category + SELECT COUNT(*), l_category FROM asset_copy_legacy GROUP BY 2 ORDER BY 2 -- 1.7.2.5