Vtiger 7.0 to 7.1 does not create vtiger_crmentity_user_field
When migrating to 7.1 the table vtiger_crmentity_user_field is not created during migration.
There is a missing ) in here:
if (!Vtiger_Utils::CheckTable(
There was an error rendering this math block. KaTeX parse error: Expected '}', got 'EOF' at end of input: …s::CreateTable(
generalUserFieldTable,
'(recordid
INT(19) NOT NULL,
userid
INT(19) NOT NULL,
starred
VARCHAR(100) DEFAULT NULL', true);
}
at modules/Migration/schema/701_to_710.php ~ 180