fix_changeSet_2

This commit is contained in:
ilyin 2024-11-14 12:35:25 +03:00
parent ce626709c3
commit f7169ccda0

View file

@ -742,8 +742,8 @@
round(count_manual_closed::numeric * 100 / (count_refused_to_archive + count_accepted_to_archive + count_auto_closed + count_manual_closed + count_returned)) AS percent_manual_closed,
round(count_returned::numeric * 100 / (count_refused_to_archive + count_accepted_to_archive + count_auto_closed + count_manual_closed + count_returned)) AS percent_returned
FROM metrics.incidents_closed;
<!-- </sql>-->
<!-- </changeSet>-->
</sql>
</changeSet>
<changeSet id="0007" author="ilyin">
<comment>add table appeals</comment>