Fix populateContentTables.php with no rows
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 11 Jul 2018 19:00:41 +0000 (15:00 -0400)
committerReedy <reedy@wikimedia.org>
Thu, 12 Jul 2018 17:34:18 +0000 (17:34 +0000)
commit6255eb519f05321f6a149d52d41298d070aee1b0
tree409c9bca8515299af37bd43de9367afc81187815
parenta72fa4c99dd48dad8c05ca74cd007405c94a6d7a
Fix populateContentTables.php with no rows

MIN() and MAX() return null if there are no rows. Fill in a dummy row in
that case.

Change-Id: I7caba98a5ec30e15e19d49effa22a70c78a71c28
maintenance/populateContentTables.php