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

Change subject: Don't let Wikibase instances read/write terms_full_entity_id
......................................................................


Don't let Wikibase instances read/write terms_full_entity_id

This column doesn't exist yet and it's waiting for schema change

Bug: T159851
Change-Id: I04b989751d82f6e9957be06b1f85af27449b5fb5
---
M wmf-config/Wikibase-production.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Aude: Looks good to me, approved
  Hoo man: Looks good to me, but someone else must approve
  Aleksey Bekh-Ivanov (WMDE): Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/Wikibase-production.php 
b/wmf-config/Wikibase-production.php
index e53013f..4535137 100644
--- a/wmf-config/Wikibase-production.php
+++ b/wmf-config/Wikibase-production.php
@@ -85,6 +85,8 @@
                        'args' => [__DIR__ . '/unitConversionConfig.json']
                ];
        }
+
+       $wgWBRepoSettings['hasFullEntityIdColumn'] = false;
 }
 
 if ( $wmgUseWikibaseClient ) {
@@ -119,4 +121,5 @@
 
        $wgArticlePlaceholderSearchEngineIndexed = 
$wmgArticlePlaceholderSearchEngineIndexed;
        $wgWBClientSettings['propertyOrderUrl'] = 
'https://www.wikidata.org/w/index.php?title=MediaWiki:Wikibase-SortedProperties&action=raw&sp_ver=1';
+       $wgWBClientSettings['hasFullEntityIdColumn'] = false;
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I04b989751d82f6e9957be06b1f85af27449b5fb5
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Aleksey Bekh-Ivanov (WMDE) <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Daniel Kinzler <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[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