X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FMysqlUpdater.php;h=a9ca28614dba819b3ebcaf73650c39e1bc6a2277;hb=81cbe34e4d519c62ac441197fe070709e4324304;hp=6430ecee5b489afe679e7f7933267bbfbb505f0a;hpb=1dee28cb5f1efd6d9e14d6cc1d0c73c3f69269b4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index 6430ecee5b..a9ca28614d 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -371,6 +371,7 @@ class MysqlUpdater extends DatabaseUpdater { 'patch-change_tag-change_tag_rc_tag_id.sql' ], [ 'addField', 'ipblocks', 'ipb_sitewide', 'patch-ipb_sitewide.sql' ], [ 'addTable', 'ipblocks_restrictions', 'patch-ipblocks_restrictions-table.sql' ], + [ 'migrateImageCommentTemp' ], ]; }