Integrates external readers to the rss feeds and the iCal calendars.
[platal.git] / upgrade / 0.9.14 / 09_emails.sql
CommitLineData
441c2451 1alter table emails change column flags flags enum('active','filter','panne','disable') not null default 'active';
2
3# vim:set syntax=mysql: