This is an automated email from the ASF dual-hosted git repository.
pawan pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 3b86754 Improved: Added new data model changes done under OFBIZ-5426 in DataModel changes file. (#55)
3b86754 is described below
commit 3b86754e141a97076b0bf3fe84ef10f18d74c00d
Author: Pawan Verma <
[hidden email]>
AuthorDate: Mon Mar 30 23:21:43 2020 +0530
Improved: Added new data model changes done under OFBIZ-5426 in DataModel changes file. (#55)
(OFBIZ-5426)
Thanks, Deepak Dixit for the report.
---
applications/datamodel/DATAMODEL_CHANGES.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/applications/datamodel/DATAMODEL_CHANGES.md b/applications/datamodel/DATAMODEL_CHANGES.md
index 2127e9b..cad5cdc 100644
--- a/applications/datamodel/DATAMODEL_CHANGES.md
+++ b/applications/datamodel/DATAMODEL_CHANGES.md
@@ -24,6 +24,21 @@ Apache OFBiz follows **The Universal Data Model** by **Len Silverston**, with a
The following file contains information about the data model changes in the Apache OFBiz.
The detailed description of migration scripts specified here can be found at [Revisions Requiring Data Migration - upgrade ofbiz](
https://cwiki.apache.org/confluence/x/LoBr) page.
+# Changes with OFBiz Trunk (Upcoming Branch)
+
+## Entity Changes
+**Added 1 new entity**
+1. ProdPromoCodeContactMech
+
+**Removed/Deprecate 1 entity**
+1. ProductPromoCodeEmail
+
+## Field Changes
+No changes
+
+## Migration Scripts
+1. Migration service migrateProductPromoCodeEmail is implemented to migrate the ProductPromoCodeEmail entity to ProductPromoCodeContactMech. (More detail at [OFBIZ-5426](
https://issues.apache.org/jira/browse/OFBIZ-5426))
+
# Changes with OFBiz 17
Field types "id-ne", "id-long-ne" & "id-vlong-ne" has been removed. Use "id", "id-long" and "id-vlong" instead (detailed description at [OFBIZ-9351](
https://issues.apache.org/jira/browse/OFBIZ-9351)).