[Vtigercrm-commits] [vtiger development] #5972: Migration fails from 504 to 510
vtiger development
vtiger-tickets at trac.vtiger.com
Thu May 28 02:15:22 EDT 2009
#5972: Migration fails from 504 to 510
--------------------------+-------------------------------------------------
Reporter: nitin | Owner: developer
Type: known issue | Status: closed
Priority: critical | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val2
Resolution: invalid | Keywords:
--------------------------+-------------------------------------------------
Changes (by asha):
* status: new => closed
* type: defect => known issue
* resolution: => invalid
Comment:
This is happening because the tables vtiger_tab and vtiger_users in this
setup are not of type InnoDB, but of type MyISAM.
MyISAM type tables do not support constraints, nor do Vtiger support
MyISAM type tables.
Vtiger tables strictly needs to be of type InnoDB. We make sure they are
InnoDB tables through our Installation and migration scripts.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5972#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list