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

fix email length in the database #1518

Merged
merged 1 commit into from
Jun 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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