mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
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:
parent
5c09a27e06
commit
1ee749a966
3
db_patches/patch-afl_change_deleted_patrolled.sql
Normal file
3
db_patches/patch-afl_change_deleted_patrolled.sql
Normal 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;
|
||||
|
Loading…
Reference in a new issue