* Move redirect table line up with the others
authorRob Church <robchurch@users.mediawiki.org>
Mon, 6 Aug 2007 03:34:05 +0000 (03:34 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 6 Aug 2007 03:34:05 +0000 (03:34 +0000)
* Trim some ?>

maintenance/updaters.inc

index 10b5e65..40a3f77 100644 (file)
@@ -37,6 +37,7 @@ $wgNewTables = array(
        array( 'querycache_info', 'patch-querycacheinfo.sql' ),
        array( 'filearchive',   'patch-filearchive.sql' ),
        array( 'querycachetwo', 'patch-querycachetwo.sql' ),
+       array( 'redirect', 'patch-redirect.sql' ),
 );
 
 $wgNewFields = array(
@@ -1019,8 +1020,6 @@ function do_all_updates( $shared = false, $purge = true ) {
        
        do_rc_indices_update(); flush();
 
-       add_table( 'redirect', 'patch-redirect.sql' );
-
        do_backlinking_indices_update(); flush();
 
        do_categorylinks_indices_update(); flush();
@@ -1530,6 +1529,4 @@ function do_postgres_updates() {
        }
 
        return;
-}
-
-?>
+}
\ No newline at end of file