Revert patch that was scapped into production without database changes
[lhc/web/wiklou.git] / maintenance / archives / patch-ipb_optional_autoblock.sql
index f31b835..e69de29 100644 (file)
@@ -1,3 +0,0 @@
--- Add an extra option field "ipb_enable_autoblock" into the ipblocks table. This allows a block to be placed that does not trigger any autoblocks.
-
-ALTER TABLE /*$wgDBprefix*/ipblocks ADD COLUMN ipb_enable_autoblock bool NOT NULL default '1';