PATH:
home
/
letacommog
/
crmleta
/
modules
/
Migration
/
schema
<?php /*+******************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. *********************************************************************************/ if(defined('VTIGER_UPGRADE')) { global $adb, $current_user; $db = PearDatabase::getInstance(); if (!Vtiger_Utils::CheckTable('vtiger_mailscanner')) { Vtiger_Utils::CreateTable('vtiger_mailscanner', "(`scannerid` INT(11) NOT NULL AUTO_INCREMENT, `scannername` VARCHAR(30) DEFAULT NULL, `server` VARCHAR(100) DEFAULT NULL, `protocol` VARCHAR(10) DEFAULT NULL, `username` VARCHAR(255) DEFAULT NULL, `password` VARCHAR(255) DEFAULT NULL, `ssltype` VARCHAR(10) DEFAULT NULL, `sslmethod` VARCHAR(30) DEFAULT NULL, `connecturl` VARCHAR(255) DEFAULT NULL, `searchfor` VARCHAR(10) DEFAULT NULL, `markas` VARCHAR(10) DEFAULT NULL, `isvalid` INT(1) DEFAULT NULL, `scanfrom` VARCHAR(10) DEFAULT 'ALL', `time_zone` VARCHAR(10) DEFAULT NULL, PRIMARY KEY (`scannerid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8", true); } $updateModulesList = array( 'Project' => 'packages/vtiger/optional/Projects.zip', 'Google' => 'packages/vtiger/optional/Google.zip', 'ExtensionStore'=> 'packages/vtiger/marketplace/ExtensionStore.zip'); foreach ($updateModulesList as $moduleName => $packagePath) { $moduleInstance = Vtiger_Module::getInstance($moduleName); if($moduleInstance) { updateVtlibModule($moduleName, $packagePath); } } }
[+]
..
[-] CONVENTION.md
[edit]
[-] 620_to_630.php
[edit]
[-] 600RC_to_600.php
[edit]
[-] 701_to_710.php
[edit]
[-] 630_to_640.php
[edit]
[-] 610_to_620.php
[edit]
[-] 640_to_650.php
[edit]
[-] 650_to_660.php
[edit]
[-] 660_to_700.php
[edit]
[-] 600_to_610.php
[edit]
[-] 540_to_600RC.php
[edit]
[-] 700_to_701.php
[edit]