summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-img_media_type.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-img_media_type.sql')
-rw-r--r--maintenance/archives/patch-img_media_type.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-img_media_type.sql b/maintenance/archives/patch-img_media_type.sql
index 2356fc63..857eb98e 100644
--- a/maintenance/archives/patch-img_media_type.sql
+++ b/maintenance/archives/patch-img_media_type.sql
@@ -13,5 +13,5 @@ ALTER TABLE /*$wgDBprefix*/image ADD (
-- the minor parts are not required to adher to any standard
-- but should be consistent throughout the database
-- see http://www.iana.org/assignments/media-types/
- img_minor_mime varchar(32) NOT NULL default "unknown"
+ img_minor_mime varbinary(32) NOT NULL default "unknown"
);