[Vtigercrm-commits] [vtiger development] #5511: Migration-Fails
vtiger development
vtiger-tickets at trac.vtiger.com
Mon Mar 2 17:04:43 EST 2009
#5511: Migration-Fails
-------------------------+--------------------------------------------------
Reporter: dinoeberle | Owner: developer
Type: defect | Status: new
Priority: blocker | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val1
Resolution: | Keywords: Migration fail
-------------------------+--------------------------------------------------
Comment (by dinoeberle):
I found this in the Logfile
{{{
03/02/09 22:45:47,128 [176] DEBUG MIGRATION -
DB Changes from 5.0.4 to 5.1.0 -------- Starts
03/02/09 22:45:49,179 [176] DEBUG MIGRATION - Query Success ==> CREATE
TABLE IF NOT EXISTS vtiger_eventhandlers (eventhandler_id int, event_name
varchar(100), handler_path varchar(400), handler_class varchar(100), cond
text, is_active boolean, primary key(eventhandler_id)) ENGINE=InnoDB
DEFAULT CHARSET=utf8;
03/02/09 22:45:49,292 [176] DEBUG MIGRATION - Query Success ==> CREATE
TABLE IF NOT EXISTS vtiger_eventhandler_module(eventhandler_module_id int,
module_name VARCHAR(100), handler_class VARCHAR(100), PRIMARY
KEY(eventhandler_module_id))
03/02/09 22:45:49,296 [176] DEBUG MIGRATION - Query Failed ==> alter table
vtiger_relatedlists add column actions VARCHAR(50) default ''
Error is ==> [1146]Table 'nufatron_510.vtiger_relatedlists' doesn't exist
03/02/09 22:52:35,808 [176] DEBUG MIGRATION -
DB Changes from 5.0.4 to 5.1.0 -------- Starts
03/02/09 22:52:37,075 [176] DEBUG MIGRATION - Query Success ==> CREATE
TABLE IF NOT EXISTS vtiger_eventhandlers (eventhandler_id int, event_name
varchar(100), handler_path varchar(400), handler_class varchar(100), cond
text, is_active boolean, primary key(eventhandler_id)) ENGINE=InnoDB
DEFAULT CHARSET=utf8;
03/02/09 22:52:37,243 [176] DEBUG MIGRATION - Query Success ==> CREATE
TABLE IF NOT EXISTS vtiger_eventhandler_module(eventhandler_module_id int,
module_name VARCHAR(100), handler_class VARCHAR(100), PRIMARY
KEY(eventhandler_module_id))
03/02/09 22:52:37,245 [176] DEBUG MIGRATION - Query Failed ==> alter table
vtiger_relatedlists add column actions VARCHAR(50) default ''
Error is ==> [1146]Table '4net_510.vtiger_relatedlists' doesn't exist
}}}
And I have 3 Tables in the new DB:
- vtiger_blocks_seq
- vtiger_eventhandlers
- vtiger_eventhandler_module
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5511#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list