Browse Source

Increase the max length for components

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/1543/head
Joas Schilling 9 years ago
parent
commit
a7315e98ff
No known key found for this signature in database GPG Key ID: E166FD8976B3BAC8
  1. 2
      apps/dav/appinfo/database.xml
  2. 2
      apps/dav/appinfo/info.xml

2
apps/dav/appinfo/database.xml

@ -363,7 +363,7 @@ CREATE TABLE calendarobjects (
<field>
<name>components</name>
<type>text</type>
<length>20</length>
<length>64</length>
</field>
<field>
<name>transparent</name>

2
apps/dav/appinfo/info.xml

@ -5,7 +5,7 @@
<description>WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
<version>1.1.0</version>
<version>1.1.1</version>
<default_enable/>
<types>
<filesystem/>

Loading…
Cancel
Save