From f7553f4df961c86c5d01b3d240673e6159d4b0cd Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 17 Apr 2008 14:54:54 +0000 Subject: [PATCH] Fix description --- maintenance/tables.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index ff22bde772..740bef6e61 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -166,8 +166,7 @@ CREATE TABLE /*$wgDBprefix*/user_newtalk ( -- If the user is an anonymous user their IP address is stored here -- since the user_id of 0 is ambiguous user_ip varbinary(40) NOT NULL default '', - -- The highest timestamp of revisions of the talk page viewed - -- by this user + -- The lowest timestamp of revisions that user has yet to view user_timestamp binary(14) NOT NULL default '', INDEX user_id (user_id), INDEX user_ip (user_ip) -- 2.20.1