Fixups for page id field in the archive table:
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 11 Aug 2007 14:43:47 +0000 (14:43 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 11 Aug 2007 14:43:47 +0000 (14:43 +0000)
commit5a9878f32d491ecd561045595e8d4f9bfeefc257
tree27158bda3842af4168e931a7c735554c4bb40960
parent2b4b851dcc3cee4e1d59d2f04cf6d13e7f826f0f
Fixups for page id field in the archive table:
* Make the field nullable for consistency with ar_rev_id and ar_text_id and between MySQL and PostgreSQL and generally so you can cleanly tell between bogus fields and ones that predate use of the field
* Remove duplicate incorrect adding of the field for postgres
* Rename to ar_page_id for consistency with ar_rev_id and ar_text_id
* Rename the patch file for naming consistency

Note that there's no documentation of this schema change in the release notes either, which bugs me a bit.
includes/Article.php
maintenance/archives/patch-archive-ar_page.sql [deleted file]
maintenance/archives/patch-archive-page_id.sql [new file with mode: 0644]
maintenance/postgres/tables.sql
maintenance/tables.sql
maintenance/updaters.inc