jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/369567 )

Change subject: Write to term_full_entity_id column in wb_terms table in prod 
too
......................................................................


Write to term_full_entity_id column in wb_terms table in prod too

Bug: T167229
Change-Id: I96a9db0a5b6eb766becb35cbc5bf3eacab7eccd6
---
M wmf-config/Wikibase-production.php
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Daniel Kinzler: Looks good to me, but someone else must approve
  WMDE-leszek: Looks good to me, but someone else must approve
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/Wikibase-production.php 
b/wmf-config/Wikibase-production.php
index 5e1214d..714fbd4 100644
--- a/wmf-config/Wikibase-production.php
+++ b/wmf-config/Wikibase-production.php
@@ -24,7 +24,6 @@
                        'P153',
                        'P185',
                ];
-               $wgWBRepoSettings['writeFullEntityIdColumn'] = true;
                $wgWBRepoSettings['readFullEntityIdColumn'] = true;
 
                $wgWBRepoSettings['statementSections']['property'] = [
@@ -87,7 +86,6 @@
                        'P692',
                        'P491',
                ];
-               $wgWBRepoSettings['writeFullEntityIdColumn'] = false;
                $wgWBRepoSettings['readFullEntityIdColumn'] = false;
 
                $wgWBRepoSettings['statementSections']['property'] = [
@@ -112,6 +110,7 @@
 
        $wgWBQualityConstraintsEnableConstraintsImportFromStatements = true;
        $wgWBRepoSettings['dispatchingLockManager'] = 'redisLockManager';
+       $wgWBRepoSettings['writeFullEntityIdColumn'] = true;
 }
 
 if ( $wmgUseWikibaseClient ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I96a9db0a5b6eb766becb35cbc5bf3eacab7eccd6
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Daniel Kinzler <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: WMDE-leszek <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to