diff options
author | Friendika <info@friendika.com> | 2011-06-30 19:02:11 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-30 19:02:11 -0700 |
commit | cdddfca0b5971d2437eee09ad6985f3df5ae5bfd (patch) | |
tree | d8caf30b951159cce76c041a20352138621fc446 /database.sql | |
parent | 9aeccaaa9ef7f3569149bb7c9aae56e7f8b5f514 (diff) | |
download | volse-hubzilla-cdddfca0b5971d2437eee09ad6985f3df5ae5bfd.tar.gz volse-hubzilla-cdddfca0b5971d2437eee09ad6985f3df5ae5bfd.tar.bz2 volse-hubzilla-cdddfca0b5971d2437eee09ad6985f3df5ae5bfd.zip |
photos were not working in private mail
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database.sql b/database.sql index df99ca7f6..5187f3c3e 100644 --- a/database.sql +++ b/database.sql @@ -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, |