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.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/maintenance/archives/patch-ipb_deleted.sql b/maintenance/archives/patch-ipb_deleted.sql
new file mode 100644
index 00000000..fad94778
--- /dev/null
+++ b/maintenance/archives/patch-ipb_deleted.sql
@@ -0,0 +1,3 @@
+-- Adding ipb_deleted field for hiding usernames
+ALTER TABLE /*$wgDBprefix*/ipblocks
+ ADD ipb_deleted bool NOT NULL default 0;