Skip to content

Commit

Permalink
Revert "Set wgCommentTempTableSchemaMigrationStage to SCHEMA_COMPAT_R…
Browse files Browse the repository at this point in the history
…EAD_NEW (#5352)"

This reverts commit 900ad66.
  • Loading branch information
paladox committed Nov 2, 2023
1 parent f3b5c00 commit e0d86f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@
// and to run migrateRevisionCommentTemp.php. After set to SCHEMA_COMPAT_READ_NEW.
'wgCommentTempTableSchemaMigrationStage' => [
'default' => [
'rev_comment' => SCHEMA_COMPAT_READ_NEW
'rev_comment' => SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD,
],
'mirabeta' => [
'rev_comment' => SCHEMA_COMPAT_READ_NEW,
],
],
// Migrating requires SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD
Expand Down

0 comments on commit e0d86f9

Please sign in to comment.