163.sql (104B)
1 -- +migrate Up 2 ALTER TABLE spam_filters ADD COLUMN nb_msg INTEGER NOT NULL DEFAULT 0; 3 4 -- +migrate Down