We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fafc4 commit c413c37Copy full SHA for c413c37
1 file changed
app/Metrics/App/WikiMetrics.php
@@ -16,7 +16,7 @@ class WikiMetrics
16
17
const QUERY_NUMBER_OF_ACTIONS = <<<EOF
18
SELECT
19
- SUM(rc_timestamp >= DATE_FORMAT(DATE_SUB(NOW(), ?), '%Y%m%d%H%i%S')) AS sum_actions,
+ SUM(rc_timestamp >= DATE_FORMAT(DATE_SUB(NOW(), ?), '%Y%m%d%H%i%S')) AS sum_actions
20
FROM
21
? AS rc
22
INNER JOIN ? AS a ON rc.rc_actor = a.actor_id
0 commit comments