Skip to content
Snippets Groups Projects
Commit b1291647 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Merge pull request #1518 from owncloud/fix-email-length

fix email length in the database
parents 4d23ece1 b5727ffd
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.
### Fixed
- Close popover on clicking somewhere else
[#1521](https://github.com/owncloud/mail/pull/1521) @tahaalibra
- fix email length in the database
[#1518](https://github.com/owncloud/mail/pull/1518) @tahaalibra
## 0.5.1 – 2016-05-30
......
......@@ -34,7 +34,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
<length>255</length>
</field>
<field>
<name>inbound_host</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment