Merge "mw.notification: fix error on notif. close with $.fx.off=true"
[lhc/web/wiklou.git] / maintenance / archives / patch-ipb_deleted.sql
1 -- Adding ipb_deleted field for hiding usernames
2 ALTER TABLE /*$wgDBprefix*/ipblocks
3 ADD ipb_deleted bool NOT NULL default 0;