Merge "Special:Preferences OOUI: Reduce width of number inputs to 10em "
[lhc/web/wiklou.git] / maintenance / archives / patch-ipb_sitewide.sql
1 -- Adding ipb_sitewide for blocks
2 ALTER TABLE /*$wgDBprefix*/ipblocks
3 ADD ipb_sitewide bool NOT NULL default 1;