From 0876552ba61f5ff40f578925b0e75b432341e034 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 10 May 2009 18:06:00 +0000 Subject: [PATCH] Tweak comment --- maintenance/archives/patch-log_search.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1