r93006 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93005‎ | r93006 | r93007 >
Date:18:55, 24 July 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r92796, r93002

Move addition of config table to 1.19 section
Modified paths:
  • /trunk/phase3/includes/installer/MysqlUpdater.php (modified) (history)
  • /trunk/phase3/includes/installer/OracleUpdater.php (modified) (history)
  • /trunk/phase3/includes/installer/SqliteUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/MysqlUpdater.php
@@ -181,8 +181,10 @@
182182 array( 'doUserNewTalkTimestampNotNull' ),
183183 array( 'addIndex', 'user', 'user_email', 'patch-user_email_index.sql' ),
184184 array( 'modifyField', 'user_properties', 'up_property', 'patch-up_property.sql' ),
 185+ array( 'addTable', 'uploadstash', 'patch-uploadstash.sql' ),
 186+
 187+ // 1.19
185188 array( 'addTable', 'config', 'patch-config.sql' ),
186 - array( 'addTable', 'uploadstash', 'patch-uploadstash.sql' ),
187189 );
188190 }
189191
Index: trunk/phase3/includes/installer/OracleUpdater.php
@@ -34,9 +34,10 @@
3535 //1.18
3636 array( 'addIndex', 'user', 'i02', 'patch-user_email_index.sql' ),
3737 array( 'modifyField', 'user_properties', 'up_property', 'patch-up_property.sql' ),
 38+
 39+ // 1.19
3840 array( 'addTable', 'config', 'patch-config.sql' ),
3941
40 -
4142 // till 2.0 i guess
4243 array( 'doRebuildDuplicateFunction' ),
4344
Index: trunk/phase3/includes/installer/SqliteUpdater.php
@@ -58,8 +58,10 @@
5959
6060 // 1.18
6161 array( 'addIndex', 'user', 'user_email', 'patch-user_email_index.sql' ),
 62+ array( 'addTable', 'uploadstash', 'patch-uploadstash.sql' ),
 63+
 64+ // 1.19
6265 array( 'addTable', 'config', 'patch-config.sql' ),
63 - array( 'addTable', 'uploadstash', 'patch-uploadstash.sql' ),
6466 );
6567 }
6668

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92796Back r88270 and friends out of REL1_18 (conf overhaul)demon21:36, 21 July 2011
r93002Followup r92796...reedy18:52, 24 July 2011

Status & tagging log