Add updatelog table to reliably permit updates that don't change the schema. A fairl...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 18 Mar 2008 00:06:06 +0000 (00:06 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 18 Mar 2008 00:06:06 +0000 (00:06 +0000)
commitb7bf2dd85055ceed9bf6ea19dd6760f0811b6dc7
treee81ad7d45977e2320e27988b2e69243cd050b015
parent62d77f26407c9bc94e953316ff09f2d18c4516d8
Add updatelog table to reliably permit updates that don't change the schema.  A fairly trivial patch.  It isn't used at all currently (it will be in a minute!), and presumably won't ever be used outside of update.php, so it can be ignored for Wikimedia despite being a schema change.
RELEASE-NOTES
maintenance/archives/patch-updatelog.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc