From 79146126ea1978b7001b7fed2e7cc3baff89bdcb Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 6 Aug 2007 03:34:05 +0000 Subject: [PATCH] * Move redirect table line up with the others * Trim some ?> --- maintenance/updaters.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index 10b5e65cf8..40a3f7759f 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -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 -- 2.20.1