From: Brad Jorsch Date: Mon, 16 Jul 2018 17:13:34 +0000 (-0400) Subject: Set default wgMultiContentRevisionSchemaMigrationStage to write-both X-Git-Tag: 1.34.0-rc.0~4707^2 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27static%27%2C%20filename=%27css/%22%24fichier/%7B%7B%20attachment.url%20%7D%7D?a=commitdiff_plain;h=46fc7d142d01d800c56140573fb9b0050af07a40;p=lhc%2Fweb%2Fwiklou.git Set default wgMultiContentRevisionSchemaMigrationStage to write-both In progress of slowly rolling out MCR, this changes the default to write both schemas while still reading only the old. Bug: T198563 Change-Id: Ibd3279058d6ec3a2ce1cc6a2b3a503813d133917 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9f9d8ba08f..a74866e391 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -8912,7 +8912,7 @@ $wgCommentTableSchemaMigrationStage = MIGRATION_OLD; * @since 1.32 * @var int An appropriate combination of SCHEMA_COMPAT_XXX flags. */ -$wgMultiContentRevisionSchemaMigrationStage = MIGRATION_OLD; +$wgMultiContentRevisionSchemaMigrationStage = SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD; /** * Actor table schema migration stage.