Update description of img_sha1 index.
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 7 Jul 2008 16:24:00 +0000 (16:24 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 7 Jul 2008 16:24:00 +0000 (16:24 +0000)
maintenance/tables.sql

index 5b83983..b6bfc0a 100644 (file)
@@ -745,8 +745,7 @@ CREATE TABLE /*$wgDBprefix*/image (
   INDEX img_size (img_size),
   -- Used by Special:Newimages and Special:Imagelist
   INDEX img_timestamp (img_timestamp),
-
-  -- For future use
+  -- Used in API and duplicate search
   INDEX img_sha1 (img_sha1)