From b3d7043f9cd4d252050570a4ae85f78f1ad662c2 Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Fri, 20 Jul 2012 15:14:44 +0200
Subject: [PATCH] Change uri fields from 100 to 200 chars.

---
 apps/contacts/appinfo/database.xml | 4 ++--
 apps/contacts/appinfo/version      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/contacts/appinfo/database.xml b/apps/contacts/appinfo/database.xml
index 9b269d765d..b814b0f151 100644
--- a/apps/contacts/appinfo/database.xml
+++ b/apps/contacts/appinfo/database.xml
@@ -44,7 +44,7 @@
     <type>text</type>
     <default></default>
     <notnull>false</notnull>
-    <length>100</length>
+    <length>200</length>
    </field>
 
    <field>
@@ -118,7 +118,7 @@
     <type>text</type>
     <default></default>
     <notnull>false</notnull>
-    <length>100</length>
+    <length>200</length>
    </field>
 
    <field>
diff --git a/apps/contacts/appinfo/version b/apps/contacts/appinfo/version
index 373f8c6f07..72f9fa8202 100644
--- a/apps/contacts/appinfo/version
+++ b/apps/contacts/appinfo/version
@@ -1 +1 @@
-0.2.3
\ No newline at end of file
+0.2.4
\ No newline at end of file
-- 
GitLab