Merge "Remove exception and drop cloned tables in PostgresSQL too"
[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;