From 5b132a4f47a762a9ddf4b78db03b3926ca7d8e4d Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 4 Aug 2010 00:29:20 +0000 Subject: [PATCH] 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 . . . ? --- maintenance/updateCollation.php | 1 + 1 file changed, 1 insertion(+) 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__ -- 2.20.1