From: Aaron Schulz Date: Thu, 17 Apr 2008 14:54:54 +0000 (+0000) Subject: Fix description X-Git-Tag: 1.31.0-rc.0~48241 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=f7553f4df961c86c5d01b3d240673e6159d4b0cd;p=lhc%2Fweb%2Fwiklou.git Fix description --- 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)