AbuseFilter: Add .sql patch for the changes in r68584. Not used by anything in the software, but useful for applying the change to the WMF cluster

This commit is contained in:
Roan Kattouw 2011-01-26 22:35:07 +00:00
parent 5c09a27e06
commit 1ee749a966

View file

@ -0,0 +1,3 @@
ALTER TABLE /*_*/abuse_filter_log MODIFY afl_deleted tinyint(1) NOT NULL DEFAULT 0;
ALTER TABLE /*_*/abuse_filter_log MODIFY afl_patrolled_by int unsigned NOT NULL DEFAULT 0;