Moved the bulk of dbsource() to Database.php. Added support for updating wikis with...
[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;