[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

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

   1  -- Moving img_exif to img_metadata, so the name won't be so confusing when we
   2  -- Use it for Ogg metadata or something like that.
   3  
   4  ALTER TABLE /*$wgDBprefix*/image ADD (
   5    img_metadata mediumblob NOT NULL
   6  );


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