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

Merge branch '158936419' into 'master'

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

See merge request !1140
parents 4e53a76e 14a393f4
No related branches found
No related tags found
No related merge requests found
<?php
if (defined('VTIGER_UPGRADE')) {
global $adb, $current_user;
global $adb, $current_user;
$db = PearDatabase::getInstance();
// Increase column length to hold longer JSONified value.
$db->pquery('ALTER TABLE com_vtiger_workflows MODIFY COLUMN schannualdates VARCHAR(500)', array());
// Trim the space in value.
$db->pquery('UPDATE vtiger_projecttaskstatus set projecttaskstatus = "Canceled" where projecttaskstatus = "Canceled "', array());
}
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