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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-05-09 14:57:22 +0300
committerChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-05-09 14:57:22 +0300
commitad1fa0a516648ec277dfb427547b7b82baad8fbb (patch)
tree95e8cc47b6f2db199473395598101702b7fd941f
parent8298bb4e6ce049ea04207583ba8b3c914700c952 (diff)
parent537b60551dac62dcaf2994e059b498e509de36d9 (diff)
Merge pull request #1484 from drfuture/patch-1
Narrow address column width to 255
-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>