Merge "Setup.php: Ensure that defaults for 'rcdays' and 'watchlistdays' are not invalid"
[lhc/web/wiklou.git] / maintenance / archives / patch-ipb_allow_usertalk.sql
1 -- Adding ipb_allow_usertalk for blocks
2 ALTER TABLE /*$wgDBprefix*/ipblocks
3 ADD ipb_allow_usertalk bool NOT NULL default 1;