Merge pull request #1543 from nextcloud/increase-component-length
Increase the max length for components
This commit is contained in:
commit
6ca8ce6228
|
@ -363,7 +363,7 @@ CREATE TABLE calendarobjects (
|
||||||
<field>
|
<field>
|
||||||
<name>components</name>
|
<name>components</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<length>20</length>
|
<length>64</length>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>transparent</name>
|
<name>transparent</name>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<description>WebDAV endpoint</description>
|
<description>WebDAV endpoint</description>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<author>owncloud.org</author>
|
<author>owncloud.org</author>
|
||||||
<version>1.1.0</version>
|
<version>1.1.1</version>
|
||||||
<default_enable/>
|
<default_enable/>
|
||||||
<types>
|
<types>
|
||||||
<filesystem/>
|
<filesystem/>
|
||||||
|
|
Loading…
Reference in New Issue