Split down patch-comment-table.sql
[lhc/web/wiklou.git] / maintenance / archives / patch-ipb_allow_usertalk.sql
index c9a78dc..92e7d9a 100644 (file)
@@ -1,3 +1,3 @@
 -- Adding ipb_allow_usertalk for blocks
 ALTER TABLE /*$wgDBprefix*/ipblocks
-  ADD ipb_allow_usertalk bool NOT NULL default 0;
+  ADD ipb_allow_usertalk bool NOT NULL default 1;