Merge "* Oracle schema update: rc_moved, cat_hidden, ss_admin * tables.sql + updater...
[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';