From dc0adbad02f614eb0a94db2732dc893e7cb5aa5a Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Tue, 12 Jun 2012 19:52:25 +0200 Subject: [PATCH] increase possible size of uri in database - fix oc-140 --- apps/calendar/appinfo/database.xml | 4 ++-- 1 file 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 @@ text false - 100 + 255 @@ -133,7 +133,7 @@ text false - 100 + 255 -- 2.39.5