summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'AbuseFilter/db_patches/patch-af_actions.sql')
-rw-r--r--AbuseFilter/db_patches/patch-af_actions.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/AbuseFilter/db_patches/patch-af_actions.sql b/AbuseFilter/db_patches/patch-af_actions.sql
deleted file mode 100644
index e1662dfe..00000000
--- a/AbuseFilter/db_patches/patch-af_actions.sql
+++ /dev/null
@@ -1,4 +0,0 @@
---- Adds an af_actions field to the abuse_filter table, so we don't need to LEFT JOIN on abuse_filter_action and use a GROUP_CONCAT, which isn't compatible with mysql 4.0
---- Andrew Garrett, 2009-01-27
-
-ALTER TABLE /*_*/abuse_filter add column af_actions varchar(255) NOT NULL DEFAULT '';