diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-06-12 19:52:25 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-06-12 19:52:25 +0200 |
commit | dc0adbad02f614eb0a94db2732dc893e7cb5aa5a (patch) | |
tree | e93376cf06e8aec1e86b0ff5b82ecf269dbdfee5 /apps/calendar | |
parent | 5f80be7664f86115caad1ceac9ea670a7b033029 (diff) | |
download | nextcloud-server-dc0adbad02f614eb0a94db2732dc893e7cb5aa5a.tar.gz nextcloud-server-dc0adbad02f614eb0a94db2732dc893e7cb5aa5a.zip |
increase possible size of uri in database - fix oc-140
Diffstat (limited to 'apps/calendar')
-rw-r--r-- | apps/calendar/appinfo/database.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/calendar/appinfo/database.xml b/apps/calendar/appinfo/database.xml index b065ab3f94a..5a3ad32dc24 100644 --- a/apps/calendar/appinfo/database.xml +++ b/apps/calendar/appinfo/database.xml @@ -81,7 +81,7 @@ <type>text</type> <default></default> <notnull>false</notnull> - <length>100</length> + <length>255</length> </field> <field> @@ -133,7 +133,7 @@ <type>text</type> <default></default> <notnull>false</notnull> - <length>100</length> + <length>255</length> </field> <field> |