Respect DB table prefixes.

This commit is contained in:
Andrew Garrett 2009-01-27 01:37:41 +00:00
parent 5861a0fed1
commit 412bfe0abe

View file

@ -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 '';
ALTER TABLE /*_*/abuse_filter_history add column afh_changed_fields varchar(255) NOT NULL DEFAULT '';