X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Farchives%2Fpatch-ipb_deleted.sql;h=b12ddaaa2d2c69fdd58442720c175d6b798c7a15;hb=f3cace56e73b8e3e9561449aad9ee7e39d896f05;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..b12ddaaa2d 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;