X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Farchives%2Fpatch-ipb_deleted.sql;h=fad947782160fe9eed3abd159e3eb0f3e24d4c4c;hb=087a9f70c5c152b72dc6c539cf64e334a0f2d029;hp=743f4d129586af43fe98d5500a2bd0c2db37267e;hpb=f5282178d2ca3491f0f70916cc08ad0bf03c81bf;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/archives/patch-ipb_deleted.sql b/maintenance/archives/patch-ipb_deleted.sql index 743f4d1295..fad9477821 100644 --- a/maintenance/archives/patch-ipb_deleted.sql +++ b/maintenance/archives/patch-ipb_deleted.sql @@ -1,3 +1,3 @@ --- Adding ipb_deleted field for hiding usernames -ALTER TABLE /*$wgDBprefix*/ipblocks - ADD ipb_deleted bool NOT NULL default 0; \ No newline at end of file +-- Adding ipb_deleted field for hiding usernames +ALTER TABLE /*$wgDBprefix*/ipblocks + ADD ipb_deleted bool NOT NULL default 0;