Skip to content
Snippets Groups Projects
Commit a93bfc24 authored by Satish's avatar Satish
Browse files

Unnecessary query removed in migration script

parent 7f3b17b6
No related branches found
No related tags found
2 merge requests!311Language italian translation,!289Fixes #799, #729, #512
...@@ -1220,9 +1220,6 @@ if(defined('VTIGER_UPGRADE')) { ...@@ -1220,9 +1220,6 @@ if(defined('VTIGER_UPGRADE')) {
transition_data VARCHAR(1000) NOT NULL)', true); transition_data VARCHAR(1000) NOT NULL)', true);
} }
//Adding user specific field to Calendar table instead of events table
$db->pquery('UPDATE vtiger_field SET tablename=? WHERE tablename=?', array('vtiger_calendar_user_field', 'vtiger_events_user_field'));
//Invite users table mod to support status tracking //Invite users table mod to support status tracking
$columns = $db->getColumnNames('vtiger_invitees'); $columns = $db->getColumnNames('vtiger_invitees');
if (!in_array('status', $columns)) { if (!in_array('status', $columns)) {
......
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