Code comment and style cleanups to MysqlLockManager
[mediawiki.git] / maintenance / archives / patch-drop_img_type.sql
blobe37376176bc1e7d0ec9bf19314fd1cabd164bb2f
1 -- img_type is no longer used, delete it
3 ALTER TABLE /*$wgDBprefix*/image DROP COLUMN img_type;