From: Domas Mituzas Date: Tue, 1 Mar 2005 10:26:55 +0000 (+0000) Subject: some not commited in inverse_timestamp patch X-Git-Tag: 1.5.0alpha1~686 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=b77015e705adf4946f8d063edcea9d009992d00f;p=lhc%2Fweb%2Fwiklou.git some not commited in inverse_timestamp patch --- diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index d2d326ce2a..018488511a 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -376,7 +376,7 @@ function do_schema_restructuring() { echo "......Moving text from cur.\n"; $wgDatabase->query( "INSERT INTO $old (old_namespace, old_title, old_text, old_comment, old_user, old_user_text, - old_timestamp, old_minor_edit, old_flags, rev_timestamp) + old_timestamp, old_minor_edit, old_flags) SELECT cur_namespace, cur_title, cur_text, cur_comment, cur_user, cur_user_text, cur_timestamp, cur_minor_edit,'' FROM $cur", $fname );