summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-ipb_deleted.sql
blob: fad947782160fe9eed3abd159e3eb0f3e24d4c4c (plain)
1
2
3
-- Adding ipb_deleted field for hiding usernames
ALTER TABLE /*$wgDBprefix*/ipblocks 
  ADD ipb_deleted bool NOT NULL default 0;