diff --git a/modules/Migration/schema/650_to_660.php b/modules/Migration/schema/650_to_660.php new file mode 100644 index 0000000000000000000000000000000000000000..67c73f52ad32e29f404952933688a1865ee38549 --- /dev/null +++ b/modules/Migration/schema/650_to_660.php @@ -0,0 +1,15 @@ +<?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; + +} +