Fix table prefixing in patch-change_tag-change_tag_rc_tag_id.sql
[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;