Create new table to be used for querying IP ranges.
[lhc/web/wiklou.git] / maintenance / archives / patch-ipb_deleted.sql
index 743f4d1..b12ddaa 100644 (file)
@@ -1,3 +1,3 @@
--- Adding ipb_deleted field for hiding usernames\r
-ALTER TABLE /*$wgDBprefix*/ipblocks \r
-  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;