Skip to content

Commit

Permalink
fix delete bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
moreamazingnick authored Mar 28, 2022
1 parent 0f2e1a1 commit e86d22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/mysql/get_sla_ok_percent.sql
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SELECT
WHEN in_downtime + out_of_slatime > 0 THEN 1
WHEN is_problem THEN 0
ELSE 1
END * duration)
END * duration
) AS sla_ok_seconds,
@sla_ok_percent := CAST(100 * SUM(
CASE
Expand Down

0 comments on commit e86d22b

Please sign in to comment.