1 Oct 2011 01:05
SVN: [98580] branches/REL1_18/phase3/includes/installer/SqliteUpdater.php
<reedy <at> svn.wikimedia.org>
2011-09-30 23:05:45 GMT
2011-09-30 23:05:45 GMT
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98580 Revision: 98580 Author: reedy Date: 2011-09-30 23:05:44 +0000 (Fri, 30 Sep 2011) Log Message: ----------- Followup r97673 Remove correct line (as the user former groups was in the wrong version, and hence, needed moving to the correct place) Re-add the wrongly removed line cause CI failure Modified Paths: -------------- branches/REL1_18/phase3/includes/installer/SqliteUpdater.php Modified: branches/REL1_18/phase3/includes/installer/SqliteUpdater.php =================================================================== --- branches/REL1_18/phase3/includes/installer/SqliteUpdater.php 2011-09-30 22:56:03 UTC (rev 98579) +++ branches/REL1_18/phase3/includes/installer/SqliteUpdater.php 2011-09-30 23:05:44 UTC (rev 98580) <at> <at> -42,7 +42,7 <at> <at> array( 'sqliteSetupSearchindex' ), // 1.17 - array( 'addTable', 'user_former_groups', 'patch-user_former_groups.sql'), + array( 'addTable', 'iwlinks', 'patch-iwlinks.sql' ), array( 'addIndex', 'iwlinks', 'iwl_prefix_title_from', 'patch-rename-iwl_prefix.sql' ), array( 'addField', 'updatelog', 'ul_value', 'patch-ul_value.sql' ),(Continue reading)
RSS Feed