From: Rogan Hamby Date: Thu, 23 Jan 2020 14:19:23 +0000 (-0500) Subject: fixing boolean to be more readable in report X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=379ffe1304540fcb7ee28400048c6cee9411218f fixing boolean to be more readable in report --- diff --git a/mig-xml/evergreen_staged_report.xml b/mig-xml/evergreen_staged_report.xml index 38c2ef2..b89183b 100644 --- a/mig-xml/evergreen_staged_report.xml +++ b/mig-xml/evergreen_staged_report.xml @@ -1133,7 +1133,7 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3 0 Action Triggers Setup for Notices ID.Active.Owner.Name - SELECT ed.id, ed.active, aou.shortname, ed.name + SELECT ed.id, ed.active::TEXT, aou.shortname, ed.name FROM m_action_trigger.event_definition ed JOIN actor.org_unit aou ON aou.id = ed.owner WHERE ed.owner IN (SELECT DISTINCT home_ou FROM m_actor_usr)