Merge "docs: Ignore extensions/ and skins/ in mwdocgen.php by default"
[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';