fix_changeSet_2
This commit is contained in:
parent
ce626709c3
commit
f7169ccda0
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue