http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88279

Revision: 88279
Author:   demon
Date:     2011-05-16 23:22:51 +0000 (Mon, 16 May 2011)
Log Message:
-----------
Followup r88270: add new table to updaters

Modified Paths:
--------------
    trunk/phase3/includes/installer/MysqlUpdater.php
    trunk/phase3/includes/installer/SqliteUpdater.php

Modified: trunk/phase3/includes/installer/MysqlUpdater.php
===================================================================
--- trunk/phase3/includes/installer/MysqlUpdater.php    2011-05-16 23:21:32 UTC 
(rev 88278)
+++ trunk/phase3/includes/installer/MysqlUpdater.php    2011-05-16 23:22:51 UTC 
(rev 88279)
@@ -180,6 +180,9 @@
                        array( 'doUserNewTalkTimestampNotNull' ),
                        array( 'addIndex', 'user',          'user_email',       
'patch-user_email_index.sql' ),
                        array( 'modifyField', 'user_properties', 'up_property', 
'patch-up_property.sql' ),
+
+                       // 1.19
+                       array( 'addTable', 'config', 'patch-config.sql' ),
                );
        }
 

Modified: trunk/phase3/includes/installer/SqliteUpdater.php
===================================================================
--- trunk/phase3/includes/installer/SqliteUpdater.php   2011-05-16 23:21:32 UTC 
(rev 88278)
+++ trunk/phase3/includes/installer/SqliteUpdater.php   2011-05-16 23:22:51 UTC 
(rev 88279)
@@ -52,6 +52,9 @@
                        array( 'doCollationUpdate' ),
                        array( 'addTable', 'msg_resource',                      
'patch-msg_resource.sql' ),
                        array( 'addTable', 'module_deps',                       
'patch-module_deps.sql' ),
+
+                       // 1.19
+                       array( 'addTable', 'config', 'patch-config.sql' ),
                );
        }
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to