From 412bfe0abe9a8e6d10e1dc5790baec709267a1a8 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Tue, 27 Jan 2009 01:37:41 +0000 Subject: [PATCH] Respect DB table prefixes. --- db_patches/patch-afh_changed_fields.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_patches/patch-afh_changed_fields.sql b/db_patches/patch-afh_changed_fields.sql index 30dcb2faf..46a3f2ddc 100644 --- a/db_patches/patch-afh_changed_fields.sql +++ b/db_patches/patch-afh_changed_fields.sql @@ -1,3 +1,3 @@ --- 2009-01-26, Andrew Garrett --- Adds a 'changed fields' field to the abuse filter history, so that we can highlight fields which changed! -ALTER TABLE abuse_filter_history add column afh_changed_fields varchar(255) NOT NULL DEFAULT ''; \ No newline at end of file +ALTER TABLE /*_*/abuse_filter_history add column afh_changed_fields varchar(255) NOT NULL DEFAULT ''; \ No newline at end of file