Index: trunk/phase3/maintenance/updaters.inc |
— | — | @@ -37,6 +37,7 @@ |
38 | 38 | array( 'querycache_info', 'patch-querycacheinfo.sql' ), |
39 | 39 | array( 'filearchive', 'patch-filearchive.sql' ), |
40 | 40 | array( 'querycachetwo', 'patch-querycachetwo.sql' ), |
| 41 | + array( 'redirect', 'patch-redirect.sql' ), |
41 | 42 | ); |
42 | 43 | |
43 | 44 | $wgNewFields = array( |
— | — | @@ -1019,8 +1020,6 @@ |
1020 | 1021 | |
1021 | 1022 | do_rc_indices_update(); flush(); |
1022 | 1023 | |
1023 | | - add_table( 'redirect', 'patch-redirect.sql' ); |
1024 | | - |
1025 | 1024 | do_backlinking_indices_update(); flush(); |
1026 | 1025 | |
1027 | 1026 | do_categorylinks_indices_update(); flush(); |
— | — | @@ -1530,6 +1529,4 @@ |
1531 | 1530 | } |
1532 | 1531 | |
1533 | 1532 | return; |
1534 | | -} |
1535 | | - |
1536 | | -?> |
| 1533 | +} |
\ No newline at end of file |