r98580 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98579‎ | r98580 | r98581 >
Date:23:05, 30 September 2011
Author:reedy
Status:ok
Tags:
Comment:
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) (history)

Diff [purge]

Index: branches/REL1_18/phase3/includes/installer/SqliteUpdater.php
@@ -42,7 +42,7 @@
4343 array( 'sqliteSetupSearchindex' ),
4444
4545 // 1.17
46 - array( 'addTable', 'user_former_groups', 'patch-user_former_groups.sql'),
 46+ array( 'addTable', 'iwlinks', 'patch-iwlinks.sql' ),
4747 array( 'addIndex', 'iwlinks', 'iwl_prefix_title_from', 'patch-rename-iwl_prefix.sql' ),
4848 array( 'addField', 'updatelog', 'ul_value', 'patch-ul_value.sql' ),
4949 array( 'addField', 'interwiki', 'iw_api', 'patch-iw_api_and_wikiid.sql' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97673REL1_18 MFT r96760, r76765, r96810, r97551, r97552, r97575, r97607, r97608, r...reedy22:36, 20 September 2011

Status & tagging log