From: Aryeh Gregor Date: Wed, 4 Aug 2010 00:29:20 +0000 (+0000) Subject: Preserve cl_timestamp in updateCollation.php X-Git-Tag: 1.31.0-rc.0~35737 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=5b132a4f47a762a9ddf4b78db03b3926ca7d8e4d;p=lhc%2Fweb%2Fwiklou.git Preserve cl_timestamp in updateCollation.php For those crazy Wikinews people, and other DPL users. Why do we use a crazy auto-updating column type instead of specifying the current time explicitly when we want to update it, again . . . ? --- diff --git a/maintenance/updateCollation.php b/maintenance/updateCollation.php index beea497e83..52b31be701 100644 --- a/maintenance/updateCollation.php +++ b/maintenance/updateCollation.php @@ -91,6 +91,7 @@ TEXT; 'cl_sortkey_prefix' => $prefix, 'cl_collation' => $wgCollationVersion, 'cl_type' => $type, + 'cl_timestamp = cl_timestamp', ), array( 'cl_from' => $row->cl_from, 'cl_to' => $row->cl_to ), __METHOD__