patch-img_media_type.sql assumed that img_type field existed and dropped it.
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Sat, 28 May 2005 21:18:39 +0000 (21:18 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Sat, 28 May 2005 21:18:39 +0000 (21:18 +0000)
commit0532c260ba61f3bbb7d0762246ad52aa56ece628
tree7ee6932167955d29016f5ab92c993d68cd97fb6f
parente2bda0bef6f01d26034e75bc4f6d42dd0241e686
patch-img_media_type.sql assumed that img_type field existed and dropped it.
This was incorrect and borked updates; now check for the field and
drop it only if it exists. NB this process should probably be
automated as the field-adding process has been.
maintenance/archives/patch-drop_img_type.sql [new file with mode: 0644]
maintenance/archives/patch-img_media_type.sql
maintenance/updaters.inc