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

Change subject: Set wgCommentTableSchemaMigrationStage = MIGRATION_WRITE_BOTH 
on test wikis
......................................................................


Set wgCommentTableSchemaMigrationStage = MIGRATION_WRITE_BOTH on test wikis

The schema change is complete there. Let's start using it to see if
stuff breaks.

Bug: T166733
Change-Id: I08830984846cdc78698fcd34a0acaf36cd2d54fc
---
M wmf-config/InitialiseSettings.php
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 83b85cb..4309626 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -19764,6 +19764,9 @@
 
 'wgCommentTableSchemaMigrationStage' => [
        'default' => MIGRATION_OLD,
+       'testwiki' => MIGRATION_WRITE_BOTH,
+       'test2wiki' => MIGRATION_WRITE_BOTH,
+       'testwikidatawiki' => MIGRATION_WRITE_BOTH,
 ],
 
 ];

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I08830984846cdc78698fcd34a0acaf36cd2d54fc
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to