[Vtigercrm-commits] [vtiger development] #6232: Queries failed during migration from 504 to 510

vtiger development vtiger-tickets at trac.vtiger.com
Sat Aug 8 00:22:26 EDT 2009


#6232: Queries failed during migration from 504 to 510
------------------------+---------------------------------------------------
 Reporter:  pinaki      |       Owner:  developer
     Type:  defect      |      Status:  new      
 Priority:  unassigned  |   Milestone:  5.1.1    
Component:  vtigercrm   |     Version:  5.1.0    
 Keywords:              |  
------------------------+---------------------------------------------------
 These queries are failing during migration:
 {{{
 install_log_51.txt:FAILURE alter table vtiger_customview drop foreign key
 fk_1_vtiger_customview
 install_log_51.txt:FAILURE alter table vtiger_senotesrel drop foreign key
 fk_2_vtiger_senotesrel
 install_log_51.txt:FAILURE alter table vtiger_attachments modify column
 description TEXT
 install_log_51.txt:FAILURE ALTER TABLE vtiger_group2grouprel DROP FOREIGN
 KEY fk_2_vtiger_group2grouprel
 install_log_51.txt:FAILURE ALTER TABLE vtiger_users2group ADD CONSTRAINT
 fk_1_vtiger_users2group FOREIGN KEY (groupid) REFERENCES
 vtiger_groups(groupid) ON DELETE CASCADE ON UPDATE CASCADE
 install_log_51.txt:FAILURE ALTER TABLE vtiger_datashare_grp2grp DROP
 FOREIGN KEY fk_3_vtiger_datashare_grp2grp
 install_log_51.txt:FAILURE UPDATE vtiger_users2group set groupid = 9 where
 groupid = 2
 }}}

 This issue was reported on http://forums.vtiger.com/viewtopic.php?t=26338.
 Possible reason might be that the changes are already there.

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6232>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list