From 1ee749a966714a1c82d45520e7a025c847a3ed86 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 26 Jan 2011 22:35:07 +0000 Subject: [PATCH] AbuseFilter: Add .sql patch for the changes in r68584. Not used by anything in the software, but useful for applying the change to the WMF cluster --- db_patches/patch-afl_change_deleted_patrolled.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 db_patches/patch-afl_change_deleted_patrolled.sql diff --git a/db_patches/patch-afl_change_deleted_patrolled.sql b/db_patches/patch-afl_change_deleted_patrolled.sql new file mode 100644 index 000000000..e96ab95ff --- /dev/null +++ b/db_patches/patch-afl_change_deleted_patrolled.sql @@ -0,0 +1,3 @@ +ALTER TABLE /*_*/abuse_filter_log MODIFY afl_deleted tinyint(1) NOT NULL DEFAULT 0; +ALTER TABLE /*_*/abuse_filter_log MODIFY afl_patrolled_by int unsigned NOT NULL DEFAULT 0; +