summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/AbuseFilter/db_patches/patch-hide_patrol.sql
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/AbuseFilter/db_patches/patch-hide_patrol.sql')
-rw-r--r--www/wiki/extensions/AbuseFilter/db_patches/patch-hide_patrol.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/wiki/extensions/AbuseFilter/db_patches/patch-hide_patrol.sql b/www/wiki/extensions/AbuseFilter/db_patches/patch-hide_patrol.sql
new file mode 100644
index 00000000..0bc34ad8
--- /dev/null
+++ b/www/wiki/extensions/AbuseFilter/db_patches/patch-hide_patrol.sql
@@ -0,0 +1,5 @@
+-- Add hiding and patrolling ability to abuse filter log
+-- Andrew Garrett, June 2009
+
+ALTER TABLE /*_*/abuse_filter_log ADD COLUMN afl_deleted tinyint(1) NOT NULL DEFAULT 0;
+ALTER TABLE /*_*/abuse_filter_log ADD COLUMN afl_patrolled_by int unsigned NOT NULL DEFAULT 0;