From: Aaron Schulz Date: Sun, 10 May 2009 18:06:00 +0000 (+0000) Subject: Tweak comment X-Git-Tag: 1.31.0-rc.0~41827 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=0876552ba61f5ff40f578925b0e75b432341e034;p=lhc%2Fweb%2Fwiklou.git Tweak comment --- diff --git a/maintenance/archives/patch-log_search.sql b/maintenance/archives/patch-log_search.sql index 939523ac75..2c2cd0e153 100644 --- a/maintenance/archives/patch-log_search.sql +++ b/maintenance/archives/patch-log_search.sql @@ -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,