1.2.5. Model changelog

In order to make the partial diff as user-friendly as possible, a minimalist changelog was implemented in the database model. As the name suggests, it registers any create, update or delete operation performed over any object in the model. Internally, in the XML definition, the changelog contains a set of entries each one composed by the date of the action (in local date/time), the object's signature, the type of the object, and the action taken.

In order to have some control over the model's changelog a simple widget was created and can be used to tweak the behavior of the changelog and to check some useful information like the last change made over the model and how many entries the changelog has. The widget is fully described in Chapter 6: Advanced tools.


Jan 5, 2022 at 13:53