From a2eb09f724ddb979a50bcafd058a822fd9fa6e15 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 14 Apr 2009 04:54:54 +0000 Subject: [PATCH] Tweak r49454: remove duplication --- maintenance/archives/patch-log_search.sql | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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, -- 2.20.1