Merge "Setup.php: Ensure that defaults for 'rcdays' and 'watchlistdays' are not invalid"
[lhc/web/wiklou.git] / maintenance / archives / patch-ipb-parent-block-id.sql
1 -- Adding ipb_parent_block_id to track the block that caused an autoblock
2 ALTER TABLE /*$wgDBprefix*/ipblocks
3 ADD ipb_parent_block_id int DEFAULT NULL;