From f31980393f48cc6e815d5a47d0472745d70cc5bb Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sat, 15 Jan 2005 07:31:15 +0000 Subject: [PATCH] ENOTIF: Create the column with the long name before accessing it, instead of after accessing it. --- maintenance/updaters.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index c7ed218e44..277b74005f 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -411,8 +411,8 @@ function do_all_updates() { convertLinks(); flush(); do_image_name_unique_update(); flush(); do_watchlist_update(); flush(); - do_copy_newtalk_to_watchlist(); flush(); do_user_update(); flush(); + do_copy_newtalk_to_watchlist(); flush(); do_schema_restructuring(); flush(); -- 2.20.1