Restore patch that was temporarily reverted in order to rectify an issue where the...
[lhc/web/wiklou.git] / maintenance / tables.sql
index 20e45d9..9f9cb69 100644 (file)
@@ -582,6 +582,9 @@ 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 '',