Merge pull request #1544 from nextcloud/backport-1543-increase-component-length
[stable10] Increase the max length for components
This commit is contained in:
commit
c6cf5f40af
|
@ -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>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<description>WebDAV endpoint</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>owncloud.org</author>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1</version>
|
||||
<default_enable/>
|
||||
<types>
|
||||
<filesystem/>
|
||||
|
|
Loading…
Reference in New Issue