Skip to content

Commit

Permalink
Set wgCommentTempTableSchemaMigrationStage to read/write to only NEW
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Nov 2, 2023
1 parent 2c67dbf commit 937c168
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@
// and to run migrateRevisionCommentTemp.php. After set to SCHEMA_COMPAT_READ_NEW.
'wgCommentTempTableSchemaMigrationStage' => [
'default' => [
'rev_comment' => SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD,
],
'mirabeta' => [
'rev_comment' => SCHEMA_COMPAT_READ_NEW,
'rev_comment' => SCHEMA_COMPAT_READ_NEW
],
],
// Migrating requires SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD
Expand Down

0 comments on commit 937c168

Please sign in to comment.