WatchedItemStore::countVisitingWatchersMultiple() shouldn't query all titles when...
[lhc/web/wiklou.git] / includes / installer / MysqlUpdater.php
index 8afec4a..2423634 100644 (file)
@@ -369,6 +369,8 @@ class MysqlUpdater extends DatabaseUpdater {
                        [ 'runMaintenance', PopulateChangeTagDef::class, 'maintenance/populateChangeTagDef.php' ],
                        [ 'addIndex', 'change_tag', 'change_tag_rc_tag_id',
                                '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' ],
                ];
        }