mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
SVN ADD
This commit is contained in:
parent
4fd43cdea9
commit
594c3d2a9a
2
db_patches/patch-af_deleted.sql
Normal file
2
db_patches/patch-af_deleted.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE abuse_filter ADD COLUMN af_deleted tinyint(1) NOT NULL DEFAULT 0;
|
||||
ALTER TABLE abuse_filter_history ADD COLUMN afh_deleted tinyint(1) NOT NULL DEFAULT 0;
|
Loading…
Reference in a new issue