[
https://issues.apache.org/jira/browse/OFBIZ-9902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16223655#comment-16223655 ]
Michael Brohl commented on OFBIZ-9902:
--------------------------------------
Have we ever provided such a service? How does ist work?
Some database changes cannot be done by a service because the database has to be changed and migrated BEFORE OFBiz can be startet.
I doubt that there will be changes which require a service for database migration, everything can be done on the database level with simple SQL scripts and in my opinion, they fit much better in a database changelog than services.
> Create a DATAMODELCHANGES.md to track data model changes
> --------------------------------------------------------
>
> Key: OFBIZ-9902
> URL:
https://issues.apache.org/jira/browse/OFBIZ-9902> Project: OFBiz
> Issue Type: Bug
> Affects Versions: Trunk
> Reporter: Aditya Sharma
> Assignee: Aditya Sharma
> Attachments: DATAMODELCHANGES.md
>
>
> The file will have the format:
> Entity Changes:
> Here we will have a bulleted list with entity names and the revision changes took place
> 1. Added Entities
> 2. Removed Entities
> Field changes:
> Here we will show data in tabular form in format
> entityname | field | action | isPK | revision
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)