LivePreview: Let's not potentially mangle #wikiPreview
[lhc/web/wiklou.git] / maintenance / archives / patch-ipb_emailban.sql
index b990e42..e05c20b 100644 (file)
@@ -1,4 +1,4 @@
 -- Add row for email blocks --
 
 ALTER TABLE /*$wgDBprefix*/ipblocks
-       ADD ipb_block_email tinyint(1) NOT NULL default '0';
+       ADD ipb_block_email tinyint NOT NULL default '0';