* (bug 8641) Fix order of updates to ipblocks table
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 17 Jan 2007 11:51:01 +0000 (11:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 17 Jan 2007 11:51:01 +0000 (11:51 +0000)
commit51fa22e99859541f435abf18235d8347d1bf4e70
treea5a793200a67d2437fb9ae26508041b22a9b3cbf
parent729e0badc3b0bbcf42be850631afea0b6aa4696f
* (bug 8641) Fix order of updates to ipblocks table

The update for ipb_anon_only does a total replacement of the ipblocks table in order to apply a unique index at the same time. A later change, adding the ipb_enable_autoblock field, was erroneously listed _before_ this change in the updates list. As a result, upgrades from 1.7 or earlier would end up missing this field as the ipb_anon_only update's new copy of the table dropped the field. A second updater run would restore it, but this should no longer be necessary.
RELEASE-NOTES
maintenance/updaters.inc