Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrfuture <drfuture@gmx.de>2016-05-09 10:32:52 +0300
committerdrfuture <drfuture@gmx.de>2016-05-09 10:32:52 +0300
commit537b60551dac62dcaf2994e059b498e509de36d9 (patch)
tree95e8cc47b6f2db199473395598101702b7fd941f
parent8298bb4e6ce049ea04207583ba8b3c914700c952 (diff)
#1480
Fix for Bug #1480
-rw-r--r--appinfo/database.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index e07853e1b..37a4dbf39 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -138,7 +138,7 @@
<name>email</name>
<type>text</type>
<notnull>true</notnull>
- <length>256</length>
+ <length>255</length>
</field>
<index>
<name>mail_collected_addr_userid_index</name>