Merge "(bug 19195) Make user IDs more readily available with the API"
[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;