Only notifies user about a broken redirection twice a month, fixes a few things.
[platal.git] / upgrade / 0.9.14 / 09_emails.sql
1 alter table emails change column flags flags enum('active','filter','panne','disable') not null default 'active';
2
3 # vim:set syntax=mysql: