diff --git a/modules/Migration/schema/720_to_721.php b/modules/Migration/schema/720_to_721.php index 11b615637215830b60dfe8bb24d0588d8b75b584..fa69d775b319083190b998816d2f7a575a2fe5ea 100644 --- a/modules/Migration/schema/720_to_721.php +++ b/modules/Migration/schema/720_to_721.php @@ -225,4 +225,9 @@ if (defined('VTIGER_UPGRADE')) { } //4537596 - END } + + //image uitype added for webservice fieldtype + $sql = 'INSERT INTO vtiger_ws_fieldtype(uitype,fieldtype) VALUES (?,?)'; + $params = array('69', 'image'); + $db->pquery($sql, $params); } \ No newline at end of file