Revision: 46308
Author:   werdna
Date:     2009-01-27 01:37:41 +0000 (Tue, 27 Jan 2009)

Log Message:
-----------
Respect DB table prefixes.

Modified Paths:
--------------
    trunk/extensions/AbuseFilter/db_patches/patch-afh_changed_fields.sql

Modified: trunk/extensions/AbuseFilter/db_patches/patch-afh_changed_fields.sql
===================================================================
--- trunk/extensions/AbuseFilter/db_patches/patch-afh_changed_fields.sql        
2009-01-27 01:31:42 UTC (rev 46307)
+++ trunk/extensions/AbuseFilter/db_patches/patch-afh_changed_fields.sql        
2009-01-27 01:37:41 UTC (rev 46308)
@@ -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



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to