diff options
author | friendica <info@friendica.com> | 2013-07-31 02:32:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-31 02:32:41 -0700 |
commit | c00c550c58f0125785b194c9413a98e114a7ab98 (patch) | |
tree | ca889fb3fcadeedc2bff623c9c8f0bf0ce57ee99 /install/database.sql | |
parent | c45ebdf97f2170e575648ebdad2db0c52c2dcb4a (diff) | |
download | volse-hubzilla-c00c550c58f0125785b194c9413a98e114a7ab98.tar.gz volse-hubzilla-c00c550c58f0125785b194c9413a98e114a7ab98.tar.bz2 volse-hubzilla-c00c550c58f0125785b194c9413a98e114a7ab98.zip |
better mail obscuring
Diffstat (limited to 'install/database.sql')
-rw-r--r-- | install/database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/database.sql b/install/database.sql index 29ee19a2d..dee9734fc 100644 --- a/install/database.sql +++ b/install/database.sql @@ -524,7 +524,7 @@ CREATE TABLE IF NOT EXISTS `mail` ( `to_xchan` char(255) NOT NULL DEFAULT '', `account_id` int(10) unsigned NOT NULL DEFAULT '0', `channel_id` int(10) unsigned NOT NULL, - `title` char(255) NOT NULL, + `title` text NOT NULL, `body` mediumtext NOT NULL, `mid` char(255) NOT NULL, `parent_mid` char(255) NOT NULL, |