wiki.techinc.nl/maintenance/archives/patch-ipb_sitewide.sql
David Barratt c2bd4b12c7 Make Schema changes for Partial Blocks
Update the database schema so a block can be switched between a sitewide and
partial block. Also add the restrictions table for specifiying the partial
blocks.

Bug: T197144
Change-Id: I4a725312c4b980a1b14e5ca826069fa2278a5913
2018-09-07 15:25:49 -07:00

3 lines
114 B
SQL

-- Adding ipb_sitewide for blocks
ALTER TABLE /*$wgDBprefix*/ipblocks
ADD ipb_sitewide bool NOT NULL default 1;