[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/maintenance/archives/ -> patch-image_name_primary.sql (source)

   1  -- Make the image name index unique
   2  
   3  ALTER TABLE /*$wgDBprefix*/image DROP INDEX img_name;
   4  
   5  ALTER TABLE /*$wgDBprefix*/image
   6    ADD PRIMARY KEY img_name (img_name);


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1