Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1518 from owncloud/fix-email-length
Browse files Browse the repository at this point in the history
fix email length in the database
  • Loading branch information
ChristophWurst committed Jun 8, 2016
2 parents 4d23ece + b5727ff commit b129164
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion appinfo/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
<length>255</length>
</field>
<field>
<name>inbound_host</name>
Expand Down

0 comments on commit b129164

Please sign in to comment.