This commit is contained in:
Andrew Garrett 2008-09-05 14:42:29 +00:00
parent 4fd43cdea9
commit 594c3d2a9a

View 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;