fixing boolean to be more readable in report
authorRogan Hamby <rhamby@equinoxinitiative.org>
Thu, 23 Jan 2020 14:19:23 +0000 (09:19 -0500)
committerRogan Hamby <rhamby@equinoxinitiative.org>
Thu, 23 Jan 2020 14:19:23 +0000 (09:19 -0500)
mig-xml/evergreen_staged_report.xml

index 38c2ef2..b89183b 100644 (file)
@@ -1133,7 +1133,7 @@ id = ac_sc.owner GROUP BY 2,3 ORDER BY 2,3</query>
         <iteration>0</iteration>
         <report_title>Action Triggers Setup for Notices</report_title>
         <heading>ID.Active.Owner.Name</heading>
-        <query>SELECT ed.id, ed.active, aou.shortname, ed.name
+        <query>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)