From: Rogan Hamby Date: Tue, 13 Mar 2018 18:02:15 +0000 (-0400) Subject: fix entry in resource mate file X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=6b9528c39038fb55a321829163b7b3afedd8a354 fix entry in resource mate file --- 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