Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004712Openbravo ERPY. DBSourceManagerpublic2008-08-26 10:092009-03-18 11:02
jpabloae 
marvintm 
highmajoralways
closedfixed 
5
 
 
Core
No
0004712: update.customized.database drops the column DATEPLANNED
The DATEPLANNED column in M_REQUISITIONLINE is being renamed to NEEDBYDATE. Therefore, a new column NEEDBYDATE has been created and the column DATEPLANNED has been marked as deprecated and will be removed in 2.50. However, the upgrader drops the column DATEPLANNED without copying the data to NEEDBYDATE.
dbsm_migrate
Issue History
2008-08-26 10:09jpabloaeNew Issue
2008-08-26 12:37svnbotCheckin
2008-08-26 12:37svnbotNote Added: 0008744
2008-08-26 12:37svnbotsvn_revision => 6564
2008-08-26 12:38svnbotCheckin
2008-08-26 12:38svnbotNote Added: 0008745
2008-08-26 12:38svnbotsvn_revision6564 => 6565
2008-08-26 12:38marvintmStatusnew => scheduled
2008-08-26 12:38marvintmfix_in_branch => trunk
2008-08-26 12:47marvintmStatusscheduled => resolved
2008-08-26 12:47marvintmResolutionopen => fixed
2008-08-26 12:47marvintmAssigned To => marvintm
2008-08-26 12:47marvintmNote Added: 0008746
2008-11-25 23:40psarobeStatusresolved => closed
2008-12-18 12:38jpabloaeSticky IssueNo => Yes
2008-12-18 12:39jpabloaeSticky IssueYes => No
2008-12-18 12:39jpabloaeTag Attached: dbsm_migrate
2008-12-18 12:41jpabloaeProject@4@ => Openbravo ERP
2008-12-18 12:42jpabloaeCategory => Y. DBSourceManager
2009-03-18 11:02anonymoussf_bug_id0 => 2691343

Notes
(0008744)
svnbot   
2008-08-26 12:37   
Repository: openbravo
Revision: 6564
Author: marvintm
Date: 2008-08-26 12:37:31 +0200 (Tue, 26 Aug 2008)

New dbsourcemanager to prevent bug 4712 from happening.

---
U branches/r2.40/src-db/database/lib/dbsourcemanager.jar
---

https://dev.openbravo.com/websvn/openbravo/?rev=6564&sc=1 [^]
(0008745)
svnbot   
2008-08-26 12:38   
Repository: openbravo
Revision: 6565
Author: marvintm
Date: 2008-08-26 12:38:16 +0200 (Tue, 26 Aug 2008)

New dbsourcemanager to prevent bug 4712 from happening.

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

https://dev.openbravo.com/websvn/openbravo/?rev=6565&sc=1 [^]
(0008746)
marvintm   
2008-08-26 12:47   
This problem will not happen in future upgraders. The information will not be lost, and the column will not be dropped.