summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-ipb_deleted.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-ipb_deleted.sql')
-rw-r--r--maintenance/archives/patch-ipb_deleted.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-ipb_deleted.sql b/maintenance/archives/patch-ipb_deleted.sql
index fad94778..b12ddaaa 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
+ALTER TABLE /*$wgDBprefix*/ipblocks
ADD ipb_deleted bool NOT NULL default 0;