Merge "Use https://www.php.net/ instead of https://secure.php.net/"
[lhc/web/wiklou.git] / maintenance / archives / patch-ipb_emailban.sql
1 -- Add row for email blocks --
2
3 ALTER TABLE /*$wgDBprefix*/ipblocks
4 ADD ipb_block_email tinyint NOT NULL default '0';