Skip to content
Snippets Groups Projects
Commit c7f31506 authored by Prasad's avatar Prasad
Browse files

Set DB version marker from where upgrade is performed

parent 68434896
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ class Migration_Index_View extends Vtiger_View_Controller {
$patchCount = php7_count($migrateVersions);
define('VTIGER_UPGRADE', true);
define('VTIGER_UPGRADE', $getDBVersion);
for($i=0; $i<$patchCount; $i++){
$filename = "modules/Migration/schema/".$migrateVersions[$i]."_to_".$migrateVersions[$i+1].".php";
......
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