Merge "Render namespace lists in the user's language"
[lhc/web/wiklou.git] / includes / installer / SqliteUpdater.php
index eb2d8c2..cba6a8a 100644 (file)
@@ -236,6 +236,7 @@ class SqliteUpdater 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' ],
                ];
        }