Tweak comment
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 10 May 2009 18:06:00 +0000 (18:06 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 10 May 2009 18:06:00 +0000 (18:06 +0000)
maintenance/archives/patch-log_search.sql

index 939523a..2c2cd0e 100644 (file)
@@ -1,5 +1,5 @@
 CREATE TABLE /*_*/log_search (
-       -- The type of ID (rev ID, log ID, timestamp, other)
+       -- The type of ID (rev ID, log ID, rev timestamp, username)
        ls_field varbinary(32) NOT NULL,
        -- The value of the ID
        ls_value varchar(255) NOT NULL,