From: Rogan Hamby Date: Wed, 1 May 2019 19:47:15 +0000 (-0400) Subject: Merge branch 'master' of git.esilibrary.com:migration-tools while adding mig reporter... X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=1b92214d69a55533daaddbbb152d784af894c547;hp=50d340ed08c0d30520b76ef163827e7afd90d5ca Merge branch 'master' of git.esilibrary.com:migration-tools while adding mig reporter report for copy alerts --- diff --git a/mig-xml/evergreen_staged_report.xml b/mig-xml/evergreen_staged_report.xml index 0430f0c..6726a82 100644 --- a/mig-xml/evergreen_staged_report.xml +++ b/mig-xml/evergreen_staged_report.xml @@ -528,6 +528,15 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3 SELECT COUNT(map.id), tag.tag_type, tag.label, tag.staff_note, tag.pub FROM asset_copy_tag tag JOIN asset_copy_tag_copy_map map ON map.tag = tag.id GROUP BY 2,3,4,5 ORDER BY 2,3 + + asset_copy_alerts + Copy Alerts + assets + 0 + Alert Count.Alert Type + SELECT COUNT(*), cat.name FROM asset_copy_alert aca JOIN config.copy_alert_type cat ON cat.id = aca.alert_type GROUP BY 2 + +