Merge "Re add wpScrolltop id in EditPage"
[lhc/web/wiklou.git] / maintenance / archives / patch-image_name_primary.sql
index d584d09..5bd8826 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 PRIMARY KEY img_name (img_name);