[ofbiz-framework] branch trunk updated: Documented: Changes latitude and longitude numeric fields for correct comparison

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Documented: Changes latitude and longitude numeric fields for correct comparison

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ba3d5c3  Documented: Changes latitude and longitude numeric fields for correct comparison
ba3d5c3 is described below

commit ba3d5c3c843c3475574bf984770c050aa0899ce6
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Sun May 30 19:58:08 2021 +0200

    Documented: Changes latitude and longitude numeric fields for correct comparison
   
    Also documented in wiki
---
 applications/datamodel/DATAMODEL_CHANGES.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/applications/datamodel/DATAMODEL_CHANGES.adoc b/applications/datamodel/DATAMODEL_CHANGES.adoc
index 8843695..0a52e11 100644
--- a/applications/datamodel/DATAMODEL_CHANGES.adoc
+++ b/applications/datamodel/DATAMODEL_CHANGES.adoc
@@ -51,6 +51,8 @@ The following file contains information about the data model changes in the Apac
 |Entity                 |Field   |Action |IsPK |Revision
 | GlXbrlClass | parentGlXbrlClassId | Added | No | 36a123a
 | Agreement | statusId | Added | No | da8817d
+| GeoPoint | latitude | Modified | No | d288e12
+| GeoPoint | longitude | Modified | No | d288e12
 
 |=======================================================
 If in the list above fields are mentioned where 'IsPK' = yes, we advice to follow steps below for a successful upgrade: