Catrope has submitted this change and it was merged.

Change subject: Remove extra parenthesis from query
......................................................................


Remove extra parenthesis from query

Change-Id: I50667682554b2041bbfb2cd95e0ed77bd73b0c37
---
M flow/active-topics.sql
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Catrope: Verified; Looks good to me, approved



diff --git a/flow/active-topics.sql b/flow/active-topics.sql
index 38af3fc..e1c8887 100644
--- a/flow/active-topics.sql
+++ b/flow/active-topics.sql
@@ -11,5 +11,5 @@
                ) y ON y.max = a.tree_depth AND y.tree_descendant_id = 
a.tree_descendant_id
        ) z ON z.tree_ancestor_id = workflow_id
  WHERE workflow_wiki NOT IN ( 'testwiki', 'test2wiki' )
- AND weekstart < DATE_SUB(CURDATE(), interval DAYOFWEEK(NOW()) day))
+ AND weekstart < DATE_SUB(CURDATE(), interval DAYOFWEEK(NOW()) day)
  GROUP BY z.weekstart;

-- 
To view, visit https://gerrit.wikimedia.org/r/208841
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I50667682554b2041bbfb2cd95e0ed77bd73b0c37
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-flow-data
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Springle <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to