Mooeypoo has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/208841

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/limn-flow-data 
refs/changes/41/208841/1

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: newchange
Gerrit-Change-Id: I50667682554b2041bbfb2cd95e0ed77bd73b0c37
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-flow-data
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>

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

Reply via email to