http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97625
Revision: 97625
Author: reedy
Date: 2011-09-20 13:36:09 +0000 (Tue, 20 Sep 2011)
Log Message:
-----------
Followup r90749, beat Aaron
PLEASE!!!! please please please don't hide schema changes in the lists for
older versions!
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-09-20 13:23:41 UTC
(rev 97624)
+++ trunk/phase3/includes/installer/MysqlUpdater.php 2011-09-20 13:36:09 UTC
(rev 97625)
@@ -161,7 +161,6 @@
// 1.17
array( 'addTable', 'iwlinks',
'patch-iwlinks.sql' ),
- array( 'addTable', 'user_former_groups',
'patch-user_former_groups.sql'),
array( 'addIndex', 'iwlinks', 'iwl_prefix_title_from',
'patch-rename-iwl_prefix.sql' ),
array( 'addField', 'updatelog', 'ul_value',
'patch-ul_value.sql' ),
array( 'addField', 'interwiki', 'iw_api',
'patch-iw_api_and_wikiid.sql' ),
@@ -181,6 +180,7 @@
array( 'addIndex', 'user', 'user_email',
'patch-user_email_index.sql' ),
array( 'modifyField', 'user_properties', 'up_property',
'patch-up_property.sql' ),
array( 'addTable', 'uploadstash',
'patch-uploadstash.sql' ),
+ array( 'addTable', 'user_former_groups',
'patch-user_former_groups.sql'),
// 1.19
array( 'addTable', 'config',
'patch-config.sql' ),
Modified: trunk/phase3/includes/installer/SqliteUpdater.php
===================================================================
--- trunk/phase3/includes/installer/SqliteUpdater.php 2011-09-20 13:23:41 UTC
(rev 97624)
+++ trunk/phase3/includes/installer/SqliteUpdater.php 2011-09-20 13:36:09 UTC
(rev 97625)
@@ -43,7 +43,6 @@
// 1.17
array( 'addTable', 'iwlinks',
'patch-iwlinks.sql' ),
- array( 'addTable', 'user_former_groups',
'patch-user_former_groups.sql'),
array( 'addIndex', 'iwlinks',
'iwl_prefix_title_from', 'patch-rename-iwl_prefix.sql' ),
array( 'addField', 'updatelog', 'ul_value',
'patch-ul_value.sql' ),
array( 'addField', 'interwiki', 'iw_api',
'patch-iw_api_and_wikiid.sql' ),
@@ -59,12 +58,11 @@
// 1.18
array( 'addIndex', 'user', 'user_email',
'patch-user_email_index.sql' ),
array( 'addTable', 'uploadstash',
'patch-uploadstash.sql' ),
+ array( 'addTable', 'user_former_groups',
'patch-user_former_groups.sql'),
// 1.19
array( 'addTable', 'config',
'patch-config.sql' ),
array( 'addIndex', 'logging', 'type_action',
'patch-logging-type-action-index.sql'),
-
- // 1.19
array( 'addTable', 'globaltemplatelinks',
'patch-globaltemplatelinks.sql' ),
array( 'addTable', 'globalnamespaces',
'patch-globalnamespaces.sql' ),
array( 'addTable', 'globalinterwiki',
'patch-globalinterwiki.sql' ),
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs