From 3df02cf21375f021b7300d402e20fc77bfba0efe Mon Sep 17 00:00:00 2001 From: Amire80 Date: Tue, 10 Oct 2017 17:03:44 +0300 Subject: [PATCH] Update timestamp in CLL preferences script to 20170101 This is how it was announced on the German Wikipedia for deployment. Bug: T177836 Change-Id: I3ea36dc27341d50f3454564f6e00291f3c934750 --- maintenance/ULSCompactLinksDisablePref.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/ULSCompactLinksDisablePref.php b/maintenance/ULSCompactLinksDisablePref.php index 68dd2396..98c05d12 100644 --- a/maintenance/ULSCompactLinksDisablePref.php +++ b/maintenance/ULSCompactLinksDisablePref.php @@ -38,7 +38,7 @@ class ULSCompactLinksDisablePref extends Maintenance { $tables = [ 'revision', 'user_properties', 'user_groups' ]; $fields = [ 'rev_user', 'isbot' => 'ug_group', 'hasbeta' => 'up_value' ]; $conds = [ - 'rev_timestamp > ' . $dbr->timestamp( 20161001000000 ), + 'rev_timestamp > ' . $dbr->timestamp( 20170101000000 ), "rev_user > $lastUserId" ]; $options = [