Merge "Use the style for htmlform.tip Vector wide."
[mediawiki.git] / maintenance / archives / patch-ipb_deleted.sql
blobfad947782160fe9eed3abd159e3eb0f3e24d4c4c
1 -- Adding ipb_deleted field for hiding usernames
2 ALTER TABLE /*$wgDBprefix*/ipblocks 
3   ADD ipb_deleted bool NOT NULL default 0;