Skip to content
Snippets Groups Projects
Commit 08b1dbfd authored by madhu sr's avatar madhu sr
Browse files

#Fixes::158936419::madhusr::in the workflow time interval .if we add more than...

#Fixes::158936419::madhusr::in the workflow time interval .if we add more than 7 dates it is not saving in the workflow
parent c2799c12
No related branches found
No related tags found
No related merge requests found
<?php
if (defined('VTIGER_UPGRADE')) {
ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING);
ini_set('display_errors', 'On');
include_once 'include/utils/utils.php';
include_once 'includes/runtime/Viewer.php';
include_once 'includes/runtime/LanguageHandler.php';
global $adb, $current_user;
global $adb, $current_user;
$db = PearDatabase::getInstance();
$db->pquery('ALTER TABLE com_vtiger_workflows MODIFY COLUMN schannualdates VARCHAR(500)', array());
}
\ 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