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

Change subject: Fix silly typos and duplicate line
......................................................................


Fix silly typos and duplicate line

Change-Id: Ib4b18262710898b93417915a5445b0368a4480ec
---
M language/content_translation_beta.sql
M language/content_translation_beta_manual.sql
2 files changed, 1 insertion(+), 3 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 b1e949f..f13ee03 100644
--- a/language/content_translation_beta.sql
+++ b/language/content_translation_beta.sql
@@ -394,7 +394,7 @@
                 left join
                 ( select count(*) as warwiki from warwiki.user_properties 
where up_property = 'cx' and up_value = 1 ) war on 1=1
                 left join
-                ( select count(*) as cebiki from cebwiki.user_properties where 
up_property = 'cx' and up_value = 1 ) ceb on 1=1
+                ( select count(*) as cebwiki from cebwiki.user_properties 
where up_property = 'cx' and up_value = 1 ) ceb on 1=1
                 left join
                 ( select count(*) as tlwiki from tlwiki.user_properties where 
up_property = 'cx' and up_value = 1 ) tl on 1=1
                 left join
diff --git a/language/content_translation_beta_manual.sql 
b/language/content_translation_beta_manual.sql
index d227bf5..3565395 100644
--- a/language/content_translation_beta_manual.sql
+++ b/language/content_translation_beta_manual.sql
@@ -541,8 +541,6 @@
                 ( select count(*) as gawiki from gawiki.user_properties where 
up_property = 'cx' and up_value = 1 and up_user not in ( select up_user from 
gawiki.user_properties where up_property = 'betafeatures-auto-enroll' and 
up_value = 1 ) ) ga on 1=1
                 left join
                 ( select count(*) as gvwiki from gvwiki.user_properties where 
up_property = 'cx' and up_value = 1 and up_user not in ( select up_user from 
gvwiki.user_properties where up_property = 'betafeatures-auto-enroll' and 
up_value = 1 ) ) gv on 1=1
-                left join
-                ( select count(*) as gvwiki from gvwiki.user_properties where 
up_property = 'cx' and up_value = 1 and up_user not in ( select up_user from 
gvwiki.user_properties where up_property = 'betafeatures-auto-enroll' and 
up_value = 1 ) ) gv on 1=1
          ) fifth30
 
             cross join

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib4b18262710898b93417915a5445b0368a4480ec
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-language-data
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to