Merge "Revert "Use display name in category page subheadings if provided""
[lhc/web/wiklou.git] / maintenance / archives / patch-drop_img_type.sql
1 -- img_type is no longer used, delete it
2
3 ALTER TABLE /*$wgDBprefix*/image DROP COLUMN img_type;