diff --git a/modules/Migration/schema/720_to_721.php b/modules/Migration/schema/720_to_721.php
index c9fcdbd96d5c3240442286e17bc0c0a74511a1c6..fa69d775b319083190b998816d2f7a575a2fe5ea 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