From: daniel Date: Tue, 11 Sep 2018 17:58:00 +0000 (+0200) Subject: Set MCR migration stage to write-both/read-new AGAIN. X-Git-Tag: 1.34.0-rc.0~4107^2 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_user_edit%27%2C%20iduser=user.userid%29%20%7D%7D?a=commitdiff_plain;h=f0d5aaa402209d3c88fdbcbc7d486812579538c5;p=lhc%2Fweb%2Fwiklou.git 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 --- 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.