Fix description
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 17 Apr 2008 14:54:54 +0000 (14:54 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 17 Apr 2008 14:54:54 +0000 (14:54 +0000)
maintenance/tables.sql

index ff22bde..740bef6 100644 (file)
@@ -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)