Tweak r49454: remove duplication
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 14 Apr 2009 04:54:54 +0000 (04:54 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 14 Apr 2009 04:54:54 +0000 (04:54 +0000)
maintenance/archives/patch-log_search.sql

index 8703eed..c992d3a 100644 (file)
@@ -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,