From 0ee60eafb1c02d49f37aee654a9eae49877463ef Mon Sep 17 00:00:00 2001
From: Uma <uma.s@vtiger.com>
Date: Fri, 15 May 2020 15:09:28 +0530
Subject: [PATCH] image field uitype supported in webservices field

---
 modules/Migration/schema/720_to_721.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Migration/schema/720_to_721.php b/modules/Migration/schema/720_to_721.php
index c9fcdbd96..fa69d775b 100644
--- a/modules/Migration/schema/720_to_721.php
+++ b/modules/Migration/schema/720_to_721.php
@@ -227,7 +227,7 @@ if (defined('VTIGER_UPGRADE')) {
     }
     
     //image uitype added for webservice fieldtype
-    $sql = 'insert into vtiger_ws_fieldtype(uitype,fieldtype) values (?,?)';
+    $sql = 'INSERT INTO vtiger_ws_fieldtype(uitype,fieldtype) VALUES (?,?)';
     $params = array('69', 'image');
     $db->pquery($sql, $params);
 }
\ No newline at end of file
-- 
GitLab