Jdlrobson has uploaded a new change for review.

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


Change subject: Update editing table to include new schema
......................................................................

Update editing table to include new schema

Change-Id: Ib7b4bb50c4eea0f4b12e30ea5c980040cd41dea6
---
M mobile/config.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/limn-mobile-data 
refs/changes/92/92592/1

diff --git a/mobile/config.yaml b/mobile/config.yaml
index 1cfb5ee..7494aff 100644
--- a/mobile/config.yaml
+++ b/mobile/config.yaml
@@ -11,7 +11,7 @@
         db: commonswiki
 tables:
         upload_attempts: (SELECT id, uuid, clientIp, isTruncated, 
clientValidated, timestamp, webHost, wiki, event_appversion, event_device, 
event_filename, 0 as event_multiple, event_platform, event_result, 
event_source, event_username FROM MobileAppUploadAttempts_5257716 UNION SELECT 
* FROM MobileAppUploadAttempts_5334329) as MobileAppUploadAttempts
-        edits_web: MobileWebEditing_5644223
+        edits_web: (SELECT *, null FROM MobileWebEditing_5644223 UNION SELECT 
* FROM MobileWebEditing_6077315) as MobileWebEdits
         login_attempts: MobileAppLoginAttempts_5257721
         share_attempts: MobileAppShareAttempts_5346170
         upload_web: (SELECT * FROM MobileWebUploads_5281063 UNION SELECT * 
FROM MobileWebUploads_5383883) AS MobileWebUploads

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib7b4bb50c4eea0f4b12e30ea5c980040cd41dea6
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-mobile-data
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to