X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Farchives%2Fpatch-ipb_allow_usertalk.sql;h=92e7d9a442696f4fc6c24219549cfb6bfe20ca5a;hb=5fe159de6e91fa591846a054f5a8680d8a42d1f8;hp=c9a78dc974274b1b7708234015f82ef5f97963ea;hpb=ae83d84b0ea06138df39665f439552e99d3fc654;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/archives/patch-ipb_allow_usertalk.sql b/maintenance/archives/patch-ipb_allow_usertalk.sql index c9a78dc974..92e7d9a442 100644 --- a/maintenance/archives/patch-ipb_allow_usertalk.sql +++ b/maintenance/archives/patch-ipb_allow_usertalk.sql @@ -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;