Hi all!!
Generating liquibase changelog from data store action i’m facing some problem in addons script execution.
The scenario is
where my addon gol-notification, uses jmix notification addon extending functionalities: 001-golnotifications.xml contains changesets which rely on the existence of “ntf_in_app_notification” table managed by 001-notifications.xml. The problem is that 001-notification.xml script is not executed, and so 001-golnotifications.xml fail: the execution is done only at application startup
Thanks in advance for any help!