Update populateRevisionSha1.php for MCR schema changes
authorBill Pirkle <bpirkle@wikimedia.org>
Thu, 13 Jun 2019 03:39:43 +0000 (22:39 -0500)
committerDaniel Kinzler <dkinzler@wikimedia.org>
Thu, 4 Jul 2019 08:58:01 +0000 (08:58 +0000)
commitd2b000414e96a3d1ae3fb191cfd0f08291ccfb8c
tree70f13fd98f41265fbb93caeaff6f2800a02cd17e
parent440d9b84beef50eaefd209fc371ce315a242c923
Update populateRevisionSha1.php for MCR schema changes

Maintenance script populateRevisionSha1.php was using the deprecated
Revision class. Instead, use the new RevisionRecord class if
possible, and custom code otherwise.

Bug: T217829
Change-Id: I0c22286a16d7b243306447d8948428702269a4bd
maintenance/populateRevisionSha1.php