don't allow search for new images in miser mode
[mediawiki.git] / maintenance / archives / patch-ipb_deleted.sql
blob743f4d129586af43fe98d5500a2bd0c2db37267e
1 -- Adding ipb_deleted field for hiding usernames\r
2 ALTER TABLE /*$wgDBprefix*/ipblocks \r
3   ADD ipb_deleted bool NOT NULL default 0;