Only attempt to deduplicate if there is data in archive and revision
authorKosta Harlan <kharlan@wikimedia.org>
Sun, 16 Jun 2019 23:00:52 +0000 (19:00 -0400)
committerKosta Harlan <kharlan@wikimedia.org>
Sun, 16 Jun 2019 23:00:52 +0000 (19:00 -0400)
commit53ba45d5d9ff4353c3edd3698c9b89b6b9653dd9
tree54b21bea2d3a6b265da5cdfd5eb44b95e6cc90e8
parent56cb6993fac583738d9520075e470fefa463a78e
Only attempt to deduplicate if there is data in archive and revision

The idea is to avoid expensive calls to makeDummyRevisionRow, and speed up
installation of MediaWiki on CI.

Bug: T225901
Change-Id: I6f69281568218c89eb18353c06cabf7eb1926de8
maintenance/deduplicateArchiveRevId.php
maintenance/populateArchiveRevId.php