Daniel Kinzler has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/348300 )

Change subject: Set hasFullEntityIdColumn = false for now.
......................................................................

Set hasFullEntityIdColumn = false for now.

hasFullEntityIdColumn = true breaks master, since the column does not yet exist.
We can only have it default to true when we have code that automatically 
created the column
when the database updater is run.

Change-Id: Ied3718bae38d632db56a921667ed0875ae21c682
---
M repo/config/Wikibase.default.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/00/348300/1

diff --git a/repo/config/Wikibase.default.php b/repo/config/Wikibase.default.php
index 8952526..3e1c8d6 100644
--- a/repo/config/Wikibase.default.php
+++ b/repo/config/Wikibase.default.php
@@ -211,5 +211,5 @@
        'dispatchingLockManager' => null,
 
        // Enable use (e.g. writing) of term_full_entity_id column in wb_terms 
table.
-       'hasFullEntityIdColumn' => true,
+       'hasFullEntityIdColumn' => false,
 ];

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ied3718bae38d632db56a921667ed0875ae21c682
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Daniel Kinzler <daniel.kinz...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to