Skip to content
Snippets Groups Projects
Commit a9381bc0 authored by Uma's avatar Uma
Browse files

Update packages via migration

parent 39c36ac4
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,7 @@ if (defined('VTIGER_UPGRADE')) {
if(!in_array($columnName,$columns)) {
$db->pquery('ALTER TABLE vtiger_attachments ADD COLUMN storedname varchar(255) NULL AFTER path', array());
}
//Update existing package modules
Install_Utils_Model::installModules();
}
......@@ -297,4 +297,7 @@ if (defined('VTIGER_UPGRADE')) {
$db->pquery('ALTER TABLE vtiger_calendar_default_activitytypes ADD COLUMN conditions VARCHAR(255) DEFAULT ""', array());
echo 'Conditions column in vtiger_calendar_default_activitytypes updated';
//Update existing package modules
Install_Utils_Model::installModules();
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment