]> source.dussan.org Git - nextcloud-server.git/commitdiff
Increase the max length for components 1544/head
authorJoas Schilling <coding@schilljs.com>
Tue, 27 Sep 2016 15:07:43 +0000 (17:07 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 27 Sep 2016 15:07:43 +0000 (17:07 +0200)
apps/dav/appinfo/database.xml
apps/dav/appinfo/info.xml

index 9578526a7051a1552aabc0c195980d30e24beaaf..b86129485d8f1405be3cb36a0f8066cbdeccfb2f 100644 (file)
@@ -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>
index 298df1e7a51b01f4ab6abe6fc8856e5d81cd2b16..7e77abd6fc5d95cd29bb4c6d7211839210574336 100644 (file)
@@ -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/>