Revert patch that was scapped into production without database changes
[lhc/web/wiklou.git] / maintenance / tables.sql
index 9f9cb69..20e45d9 100644 (file)
@@ -582,9 +582,6 @@ CREATE TABLE /*$wgDBprefix*/ipblocks (
 
   -- Block prevents account creation from matching IP addresses
   ipb_create_account bool NOT NULL default 1,
-
-  -- Block triggers autoblocks
-  ipb_enable_autoblock bool NOT NULL default '1',
   
   -- Time at which the block will expire.
   ipb_expiry char(14) binary NOT NULL default '',