X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FSqliteUpdater.php;h=eb2d8c20405ea3d2ba366669cbe6d7470e4b85cf;hp=e5e88aaf20599096af335903cbbfdfb3d26ac9f9;hb=1dee28cb5f1efd6d9e14d6cc1d0c73c3f69269b4;hpb=7f6bd0c6fec48474f2225bd26979815c0229813d diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index e5e88aaf20..eb2d8c2040 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -234,6 +234,8 @@ class SqliteUpdater 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' ], ]; }