drop mail delivered flag now that queue is implemented
This commit is contained in:
parent
15f011b34c
commit
9be4b3482e
5 changed files with 7 additions and 23 deletions
|
|
@ -227,7 +227,6 @@ CREATE TABLE IF NOT EXISTS `mail` (
|
|||
`contact-id` char(255) NOT NULL,
|
||||
`title` char(255) NOT NULL,
|
||||
`body` text NOT NULL,
|
||||
`delivered` tinyint(1) NOT NULL,
|
||||
`seen` tinyint(1) NOT NULL,
|
||||
`replied` tinyint(1) NOT NULL,
|
||||
`uri` char(255) NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue