4 lines
114 B
MySQL
4 lines
114 B
MySQL
|
|
-- Adding ipb_sitewide for blocks
|
||
|
|
ALTER TABLE /*$wgDBprefix*/ipblocks
|
||
|
|
ADD ipb_sitewide bool NOT NULL default 1;
|