Merge "Add MessagesBi.php"
[lhc/web/wiklou.git] / includes / installer / PostgresUpdater.php
index 8336d6a..8fd5370 100644 (file)
@@ -595,6 +595,8 @@ class PostgresUpdater 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' ],
+                       [ 'addPgField', 'ipblocks', 'ipb_sitewide', 'SMALLINT NOT NULL DEFAULT 1' ],
+                       [ 'addTable', 'ipblocks_restrictions', 'patch-ipblocks_restrictions-table.sql' ],
                ];
        }