Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007421Openbravo ERPA. Platformpublic2009-02-06 22:422009-04-21 12:39
iciordia 
marvintm 
normalmajoralways
closedfixed 
5any
2.50alpha-r10 
 
Core
No
0007421: apply.modules does not create module foreign keys
When installing a module in an instance using apply.modules, all the foreign keys defined in the module are not created in the target database instance. To work around the problem you can execute update.database (it does create the foreign keys)
No tags attached.
Issue History
2009-02-06 22:42iciordiaNew Issue
2009-02-06 22:42iciordiaAssigned To => marvintm
2009-02-06 22:43iciordiasf_bug_id0 => 2574219
2009-02-06 22:43iciordiaRegression testing => No
2009-02-06 22:44iciordiaSummaryapply.modules does not apply foreign keys => apply.modules does not create module foreign keys
2009-02-09 11:17svnbotCheckin
2009-02-09 11:17svnbotNote Added: 0013248
2009-02-09 11:17svnbotStatusnew => resolved
2009-02-09 11:17svnbotResolutionopen => fixed
2009-02-09 11:17svnbotsvn_revision => 235
2009-02-09 11:19svnbotCheckin
2009-02-09 11:19svnbotNote Added: 0013250
2009-02-09 11:19svnbotsvn_revision235 => 12945
2009-04-21 12:39psarobeStatusresolved => closed

Notes
(0013248)
svnbot   
2009-02-09 11:17   
Repository: dbsourcemanager
Revision: 235
Author: marvintm
Date: 2009-02-09 11:17:48 +0100 (Mon, 09 Feb 2009)

Fixed issue 7421. Old model (the one loaded from database) was incorrectly specified in the postscript update method. This prevented dbsourcemanager from knowing it had to add new foreign keys.

---
U trunk/src/org/openbravo/ddlutils/task/AlterDatabaseDataMod.java
---

https://dev.openbravo.com/websvn/dbsourcemanager/?rev=235&sc=1 [^]
(0013250)
svnbot   
2009-02-09 11:19   
Repository: openbravo
Revision: 12945
Author: marvintm
Date: 2009-02-09 11:19:31 +0100 (Mon, 09 Feb 2009)

Fixed issue 7421. Old model (the one loaded from database) was incorrectly specified in the postscript update method. This prevented dbsourcemanager from knowing it had to add new foreign keys.

---
U trunk/src-db/database/lib/dbsourcemanager.jar
---

https://dev.openbravo.com/websvn/openbravo/?rev=12945&sc=1 [^]