Merge "OOUIHTMLForm styles: Unify spacing aligned to new base font-size"
[lhc/web/wiklou.git] / maintenance / archives / patch-img_metadata.sql
index aee34c9..407e432 100644 (file)
@@ -1,8 +1,6 @@
 -- Moving img_exif to img_metadata, so the name won't be so confusing when we
 -- Use it for Ogg metadata or something like that.
 
-ALTER TABLE /*$wgDBprefix*/image DROP img_exif;
-
 ALTER TABLE /*$wgDBprefix*/image ADD (
   img_metadata mediumblob NOT NULL
 );