summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-img_metadata.sql
blob: 407e4325a92a446f2137a4abe086a672434ab642 (plain)
1
2
3
4
5
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 ADD (
  img_metadata mediumblob NOT NULL
);