* Added rev_sha1 and ar_sha1 columns to revision/archive tables (useful for bug 25312)
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 11 Aug 2011 21:52:54 +0000 (21:52 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 11 Aug 2011 21:52:54 +0000 (21:52 +0000)
commit606872436bd27a669a6dfc23901923a87d0b6fa4
tree9b1acb9e73b6b0b5363b88b03b430aab13562127
parent1eff26d193b61765e688bf6e889437b8f883aab1
* Added rev_sha1 and ar_sha1 columns to revision/archive tables (useful for bug 25312)
* Created a script to populate these fields (doesn't handle archive rows without ar_rev_id set though)
includes/AutoLoader.php
includes/installer/MysqlUpdater.php
maintenance/archives/patch-ar_sha1.sql [new file with mode: 0644]
maintenance/archives/patch-rev_sha1.sql [new file with mode: 0644]
maintenance/populateRevisionSha1.php [new file with mode: 0644]
maintenance/tables.sql