mirror of
https://github.com/friendica/friendica
synced 2025-04-27 04:30:11 +00:00
photos were not working in private mail
This commit is contained in:
parent
9aeccaaa9e
commit
cdddfca0b5
4 changed files with 13 additions and 4 deletions
|
@ -243,7 +243,7 @@ CREATE TABLE IF NOT EXISTS `mail` (
|
|||
`from-url` char(255) NOT NULL,
|
||||
`contact-id` char(255) NOT NULL,
|
||||
`title` char(255) NOT NULL,
|
||||
`body` text NOT NULL,
|
||||
`body` mediumtext 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