Hi Chris, thanks for the update. That would be great.
Crm 6.0 -> 6.1 has been covered by now. All the other issues in this thread have also been dealt with and merged, although in general like the 'type' column mentioned in the original post, obsolete columns are not being dropped yet. See this blueprint https://blueprints.launchpad.net/openupgrade-server/+spec/service- module-feature. Cheers, Stefan. -- You received this bug notification because you are a member of OpenUpgrade Committers, which is subscribed to OpenUpgrade Addons. https://bugs.launchpad.net/bugs/983731 Title: CRM module is not yet covered Status in OpenUpgrade Addons: Fix Committed Bug description: Hi after an upgrade we got the following issues on the crm : - the mail_message_id_seq sequence was missing - a domain using removed attribute "type" of crm_case_stage was still there - the corresponding "type" column was still there although the attribute did not exist I had to : CREATE SEQUENCE mail_message_id_seq MINVALUE 0; SELECT setval('mail_message_id_seq', (SELECT MAX(id) FROM mail_message)+1); alter table crm_case_stage drop column type; and I had to manually remove the domain and context in the "Stages" window_action To manage notifications about this bug go to: https://bugs.launchpad.net/openupgrade-addons/+bug/983731/+subscriptions -- Mailing list: https://launchpad.net/~credativ Post to : [email protected] Unsubscribe : https://launchpad.net/~credativ More help : https://help.launchpad.net/ListHelp

