Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC. Montero Luque <cmonteroluque@users.noreply.github.com>2016-03-05 02:02:45 +0300
committerC. Montero Luque <cmonteroluque@users.noreply.github.com>2016-03-05 02:02:45 +0300
commit5488bb74fe5d2aa1e50994e7f34ab82687d125a6 (patch)
tree63a9055f6ac62407715babb5474c705fc0281039
parent4b856609848072031e14893df577b9335b8cc072 (diff)
parentfb62043cc16de90dc671faf5a3752300d62f4d94 (diff)
Merge pull request #22879 from owncloud/stable9-backport-use-clob-for-timezone
[stable9] Use CLOB for timezone
-rw-r--r--apps/dav/appinfo/database.xml4
-rw-r--r--apps/dav/appinfo/info.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/appinfo/database.xml b/apps/dav/appinfo/database.xml
index 4221e590fa5..b0a7ad4f2a8 100644
--- a/apps/dav/appinfo/database.xml
+++ b/apps/dav/appinfo/database.xml
@@ -283,7 +283,7 @@ CREATE TABLE calendarobjects (
description TEXT,
calendarorder INT(11) UNSIGNED NOT NULL DEFAULT '0',
calendarcolor VARBINARY(10),
- timezone TEXT,
+ timezone CLOB,
components VARBINARY(20),
transparent TINYINT(1) NOT NULL DEFAULT '0',
UNIQUE(principaluri, uri)
@@ -337,7 +337,7 @@ CREATE TABLE calendarobjects (
</field>
<field>
<name>timezone</name>
- <type>text</type>
+ <type>clob</type>
</field>
<field>
<name>components</name>
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 4f3a93dbf8b..a8789f480e4 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>ownCloud WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
- <version>0.1.4</version>
+ <version>0.1.5</version>
<default_enable/>
<types>
<filesystem/>