Index: trunk/phase3/maintenance/updaters.inc |
— | — | @@ -1963,7 +1963,7 @@ |
1964 | 1964 | # Fix iwlinks index |
1965 | 1965 | if ( pg_index_exists( 'iwlinks', 'iwl_prefix' ) ) { |
1966 | 1966 | wfOut( "Replacing index 'iwl_prefix' with 'iwl_prefix_from_title'...\n" ); |
1967 | | - $wgDatabase->sourceFile( archive( 'patch-ipb_address_unique.sql' ) ); |
| 1967 | + $wgDatabase->sourceFile( archive( 'patch-rename-iwl_prefix.sql' ) ); |
1968 | 1968 | } |
1969 | 1969 | |
1970 | 1970 | global $wgExtNewTables, $wgExtPGNewFields, $wgExtPGAlteredFields, $wgExtNewIndexes; |