Merge "UIDGenerator: Remove the clock skew problem"
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
index 6430ece..a9ca286 100644 (file)
@@ -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' ],
                ];
        }