r88279 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88278‎ | r88279 | r88280 >
Date:23:22, 16 May 2011
Author:demon
Status:ok
Tags:
Comment:
Followup r88270: add new table to updaters
Modified paths:
  • /trunk/phase3/includes/installer/MysqlUpdater.php (modified) (history)
  • /trunk/phase3/includes/installer/SqliteUpdater.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/MysqlUpdater.php
@@ -180,6 +180,9 @@
181181 array( 'doUserNewTalkTimestampNotNull' ),
182182 array( 'addIndex', 'user', 'user_email', 'patch-user_email_index.sql' ),
183183 array( 'modifyField', 'user_properties', 'up_property', 'patch-up_property.sql' ),
 184+
 185+ // 1.19
 186+ array( 'addTable', 'config', 'patch-config.sql' ),
184187 );
185188 }
186189
Index: trunk/phase3/includes/installer/SqliteUpdater.php
@@ -52,6 +52,9 @@
5353 array( 'doCollationUpdate' ),
5454 array( 'addTable', 'msg_resource', 'patch-msg_resource.sql' ),
5555 array( 'addTable', 'module_deps', 'patch-module_deps.sql' ),
 56+
 57+ // 1.19
 58+ array( 'addTable', 'config', 'patch-config.sql' ),
5659 );
5760 }
5861

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88270Initial commit of configuration management backend proposal. Feedback desired...demon21:04, 16 May 2011

Status & tagging log