Revert actor changes to populateLogSearch.php
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 7 Aug 2019 21:24:47 +0000 (17:24 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 26 Aug 2019 19:24:49 +0000 (15:24 -0400)
commitc5044bc70e0396fb2a90f621ecfa177832c36175
tree6887b8a940f500410a00eb7ad0fc26784c175e5d
parent9e871e05b7392ce6cd1f6acbecbbf09b90f590b7
Revert actor changes to populateLogSearch.php

In all the past patches, we missed the fact that this maintenance script
is run as an upgrade from MW pre-1.16 to MW 1.16. It's apparently not
intended to be run outside of the upgrade process.

Thus, let's revert the changes that were made to the script in I8d825eb0
and I4764c1c7. Instead, the script need only detect that the pre-1.16
schema it's looking for doesn't exist anymore and bail out.

Bug: T188327
Change-Id: I7e03b45ef6d43b9069f0399089ab06e136a89fbc
maintenance/populateLogSearch.php