aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo/database.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/appinfo/database.xml')
-rw-r--r--apps/dav/appinfo/database.xml4
1 files changed, 2 insertions, 2 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>