From f0d5aaa402209d3c88fdbcbc7d486812579538c5 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 11 Sep 2018 19:58:00 +0200 Subject: [PATCH] Set MCR migration stage to write-both/read-new AGAIN. This is a re-submit of the config change at the heart of I15989adae2b5 which got reverted in I5426b5efd0 dues to T204065. Bug: T198561 Change-Id: I7a85d0c4d8288df061841c9144d895af1318dc45 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 702ea54f6a..343e80d6f5 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -8998,7 +8998,7 @@ $wgCommentTableSchemaMigrationStage = MIGRATION_OLD; * @since 1.32 * @var int An appropriate combination of SCHEMA_COMPAT_XXX flags. */ -$wgMultiContentRevisionSchemaMigrationStage = SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD; +$wgMultiContentRevisionSchemaMigrationStage = SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_NEW; /** * Actor table schema migration stage. -- 2.20.1