credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #04791
[Bug 983731] [NEW] issues on crm after upgrade
Public bug reported:
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
** Affects: openupgrade-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of
OpenUpgrade Committers, which is the registrant for OpenUpgrade Addons.
https://bugs.launchpad.net/bugs/983731
Title:
issues on crm after upgrade
Status in OpenUpgrade Addons:
New
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
Follow ups
-
[Bug 983731] Re: CRM module is not yet covered
From: Stefan Rijnhart (Therp), 2013-12-12
-
[Bug 983731] Re: CRM module is not yet covered
From: Yann Papouin, 2013-12-12
-
[Bug 983731] Re: CRM module is not yet covered
From: Sandy Carter (http://www.savoirfairelinux.com), 2013-11-18
-
[Bug 983731] Re: CRM module is not yet covered
From: Stefan Rijnhart (Therp), 2012-09-12
-
[Bug 983731] Re: CRM module is not yet covered
From: Chris Halls (credativ), 2012-09-12
-
[Bug 983731] Re: CRM module is not yet covered
From: Holger Brunn (Therp), 2012-07-11
-
[Bug 983731] Re: CRM module is not yet covered
From: Launchpad Bug Tracker, 2012-06-07
-
[Bug 983731] Re: CRM module is not yet covered
From: Stefan Rijnhart (Therp), 2012-06-07
-
[Bug 983731] Re: CRM module is not yet covered
From: Holger Brunn (Therp), 2012-06-06
-
[Bug 983731] Re: issues on crm after upgrade
From: Stefan Rijnhart (Therp), 2012-04-17
-
[Bug 983731] [NEW] issues on crm after upgrade
From: Christophe Combelles, 2012-04-17
References