Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / maintenance / oracle / archives / patch-ipb_sitewide.sql
1 -- Adding ipb_sitewide for blocks
2 ALTER TABLE &mw_prefix.ipblocks
3 ADD ipb_sitewide CHAR(1) DEFAULT '1' NOT NULL;