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

Change subject: Correct list of wikis
......................................................................


Correct list of wikis

Change-Id: Ic8f933e4969d1986c66c51bf69a366dc5b08199c
---
M language/content_translation_beta.sql
1 file changed, 10 insertions(+), 8 deletions(-)

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



diff --git a/language/content_translation_beta.sql 
b/language/content_translation_beta.sql
index 16f877a..8c13d7a 100644
--- a/language/content_translation_beta.sql
+++ b/language/content_translation_beta.sql
@@ -1,19 +1,21 @@
  select *
-   from (select count(*) as enwiki from enwiki.user_properties where 
up_property = 'cx') en
-            left join
-        (select count(*) as cawiki from cawiki.user_properties where 
up_property = 'cx') ca on 1=1
-            left join
-        (select count(*) as eswiki from eswiki.user_properties where 
up_property = 'cx') es on 1=1
-            left join
-        (select count(*) as ptwiki from ptwiki.user_properties where 
up_property = 'cx') pt on 1=1
+   from (select count(*) as cawiki from cawiki.user_properties where 
up_property = 'cx') ca
             left join
         (select count(*) as dawiki from dawiki.user_properties where 
up_property = 'cx') da on 1=1
             left join
         (select count(*) as eowiki from eowiki.user_properties where 
up_property = 'cx') eo on 1=1
             left join
+        (select count(*) as eswiki from eswiki.user_properties where 
up_property = 'cx') es on 1=1
+            left join
         (select count(*) as idwiki from idwiki.user_properties where 
up_property = 'cx') id on 1=1
             left join
         (select count(*) as mswiki from mswiki.user_properties where 
up_property = 'cx') ms on 1=1
             left join
-        (select count(*) as sawiki from sawiki.user_properties where 
up_property = 'cx') sa on 1=1
+        (select count(*) as nbwiki from nbwiki.user_properties where 
up_property = 'cx') nb on 1=1
+            left join
+        (select count(*) as nnwiki from nnwiki.user_properties where 
up_property = 'cx') nn on 1=1
+            left join
+        (select count(*) as ptwiki from ptwiki.user_properties where 
up_property = 'cx') pt on 1=1
+            left join
+        (select count(*) as svwiki from svwiki.user_properties where 
up_property = 'cx') sv on 1=1
 ;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic8f933e4969d1986c66c51bf69a366dc5b08199c
Gerrit-PatchSet: 2
Gerrit-Project: analytics/limn-language-data
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: Milimetric <[email protected]>
Gerrit-Reviewer: Springle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to