jenkins-bot has submitted this change and it was merged.

Change subject: betafeature count script - Group by feature
......................................................................


betafeature count script - Group by feature

Change-Id: I83edd6e626b19431463a81a0ef99c0571625c74c
---
M src/betafeatures/counts.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Addshore: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/betafeatures/counts.php b/src/betafeatures/counts.php
index a0abe56..1c86b5a 100755
--- a/src/betafeatures/counts.php
+++ b/src/betafeatures/counts.php
@@ -83,7 +83,7 @@
 
 $sql = "SELECT COUNT(*) AS count, feature";
 $sql .= " FROM staging.wmde_analytics_betafeature_users";
-$sql .= " GROUP BY up_property";
+$sql .= " GROUP BY feature";
 $queryResult = $pdo->query( $sql );
 if( $queryResult === false ) {
        Output::timestampedMessage( "beta features select from 
staging.wmde_analytics_betafeature_users failed!!" );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I83edd6e626b19431463a81a0ef99c0571625c74c
Gerrit-PatchSet: 1
Gerrit-Project: analytics/wmde/scripts
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to