aboutsummaryrefslogtreecommitdiffstats
path: root/database.sql
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-30 19:02:11 -0700
committerFriendika <info@friendika.com>2011-06-30 19:02:11 -0700
commitcdddfca0b5971d2437eee09ad6985f3df5ae5bfd (patch)
treed8caf30b951159cce76c041a20352138621fc446 /database.sql
parent9aeccaaa9ef7f3569149bb7c9aae56e7f8b5f514 (diff)
downloadvolse-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.sql2
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,