Merge "Change 'history-show-deleted' message to 'Revision deleted only' for clarity"
[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';