mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
Respect DB table prefixes.
This commit is contained in:
parent
5861a0fed1
commit
412bfe0abe
|
@ -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 '';
|
Loading…
Reference in a new issue