Addshore has uploaded a new change for review.
https://gerrit.wikimedia.org/r/300831
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(-)
git pull ssh://gerrit.wikimedia.org:29418/analytics/wmde/scripts
refs/changes/31/300831/1
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: newchange
Gerrit-Change-Id: I83edd6e626b19431463a81a0ef99c0571625c74c
Gerrit-PatchSet: 1
Gerrit-Project: analytics/wmde/scripts
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits