Followup to r66898, source correct patchfile
authorOverlordQ <overlordq@users.mediawiki.org>
Fri, 2 Jul 2010 17:22:37 +0000 (17:22 +0000)
committerOverlordQ <overlordq@users.mediawiki.org>
Fri, 2 Jul 2010 17:22:37 +0000 (17:22 +0000)
maintenance/updaters.inc

index 0484ce7..a642a45 100644 (file)
@@ -1963,7 +1963,7 @@ function do_postgres_updates() {
        # Fix iwlinks index
        if ( pg_index_exists( 'iwlinks', 'iwl_prefix' ) ) {
                wfOut( "Replacing index 'iwl_prefix' with 'iwl_prefix_from_title'...\n" );
-               $wgDatabase->sourceFile( archive( 'patch-ipb_address_unique.sql' ) );
+               $wgDatabase->sourceFile( archive( 'patch-rename-iwl_prefix.sql' ) );
        }
 
        global $wgExtNewTables, $wgExtPGNewFields, $wgExtPGAlteredFields, $wgExtNewIndexes;