WARNING: HUGE COMMIT
[lhc/web/wiklou.git] / maintenance / archives / patch-image_name_unique.sql
index 118b068..5cf02d4 100644 (file)
@@ -1,6 +1,6 @@
 -- Make the image name index unique
 
-ALTER TABLE image DROP INDEX img_name;
+ALTER TABLE /*$wgDBprefix*/image DROP INDEX img_name;
 
-ALTER TABLE image
+ALTER TABLE /*$wgDBprefix*/image
   ADD UNIQUE INDEX img_name (img_name);