diff --git a/modules/Migration/schema/701_to_710.php b/modules/Migration/schema/701_to_710.php index ee2142a14cfcd7afbeee66ce42bedcc7ee63947f..cf5eebb2ab38f48f4d9efa783a864216ec29d54a 100644 --- a/modules/Migration/schema/701_to_710.php +++ b/modules/Migration/schema/701_to_710.php @@ -182,7 +182,7 @@ if (defined('VTIGER_UPGRADE')) { Vtiger_Utils::CreateTable($generalUserFieldTable, '(`recordid` INT(19) NOT NULL, `userid` INT(19) NOT NULL, - `starred` VARCHAR(100) DEFAULT NULL', true); + `starred` VARCHAR(100) DEFAULT NULL)', true); } if (Vtiger_Utils::CheckTable($generalUserFieldTable)) {