From 2064fba78d62235e7904391daa9b36d972eb0410 Mon Sep 17 00:00:00 2001 From: Dilip Raj Baral Date: Mon, 9 May 2016 19:29:44 +0530 Subject: [PATCH] Update image_URL column size to 512 --- xml/schema/Contact/Contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index 2d2966416e..e6ffe418ad 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -265,7 +265,7 @@ image_URL varchar - 450 + 512 true optional URL for preferred image (photo, logo, etc.) to display for this contact. 1.1 -- 2.25.1