From: Aaron Schulz Date: Tue, 14 Apr 2009 04:54:54 +0000 (+0000) Subject: Tweak r49454: remove duplication X-Git-Tag: 1.31.0-rc.0~42146 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=a2eb09f724ddb979a50bcafd058a822fd9fa6e15;p=lhc%2Fweb%2Fwiklou.git Tweak r49454: remove duplication --- diff --git a/maintenance/archives/patch-log_search.sql b/maintenance/archives/patch-log_search.sql index 8703eed81f..c992d3a0ce 100644 --- a/maintenance/archives/patch-log_search.sql +++ b/maintenance/archives/patch-log_search.sql @@ -1,9 +1,5 @@ CREATE TABLE /*_*/log_search ( - -- Key to log_type - ls_log_type varbinary(32) NOT NULL, - -- Key to log_action - ls_log_action varbinary(32) NOT NULL, - -- The type of ID (rev ID, timestamp, other) + -- The type of ID (rev ID, log ID, timestamp, other) ls_field varbinary(32) NOT NULL, -- The value of the ID ls_value varchar(255) NOT NULL,