Run populateContentTables.php from update.php
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 10 Jul 2018 17:09:37 +0000 (13:09 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 10 Jul 2018 17:13:26 +0000 (13:13 -0400)
commitd5713fc655de4550b488fb873468090d5b7d8b71
tree6b591e04d7759c6a42595290b64f6002190729b7
parentbbba25e0b0a8d6c4710ee983743bd79079abc1cf
Run populateContentTables.php from update.php

Since update.php will eventually be dropping the old columns and fields,
we should make sure the migration script gets run first.

Bug: T197818
Change-Id: I47f5ba4e21b4fe2ef0beb9fc83896cd4b0a0d505
includes/installer/DatabaseUpdater.php
includes/installer/MssqlUpdater.php
includes/installer/MysqlUpdater.php
includes/installer/OracleUpdater.php
includes/installer/PostgresUpdater.php
includes/installer/SqliteUpdater.php
maintenance/populateContentTables.php