X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FmigrateComments.php;h=555f2d13f03b9307d94f7a0783a0ebed85b80e86;hb=1d47891cc3d43bc6b47e30d0b605436c3dac1fc9;hp=cdecab03c3fdcb9bd2d6be74d61ee8f02aa7df80;hpb=c004cfc116eb8c677c346f3db561fc3593a8fd99;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/migrateComments.php b/maintenance/migrateComments.php index cdecab03c3..555f2d13f0 100644 --- a/maintenance/migrateComments.php +++ b/maintenance/migrateComments.php @@ -61,9 +61,7 @@ class MigrateComments extends LoggedUpdateMaintenance { ); $this->migrate( 'archive', 'ar_id', 'ar_comment' ); $this->migrate( 'ipblocks', 'ipb_id', 'ipb_reason' ); - $this->migrateToTemp( - 'image', 'img_name', 'img_description', 'imgcomment_name', 'imgcomment_description_id' - ); + $this->migrate( 'image', 'img_name', 'img_description' ); $this->migrate( 'oldimage', [ 'oi_name', 'oi_timestamp' ], 'oi_description' ); $this->migrate( 'filearchive', 'fa_id', 'fa_deleted_reason' ); $this->migrate( 'filearchive', 'fa_id', 'fa_description' );