We are using JMIX 2.7 and we would like to use the message-template addon, for some reason the changelog of the liquibase is not processed.
After installing the addon the following changelog is created
But after running and checking the logs, these liquibase changes are not processed, no message informing of changes in the logs is displayed and the Message template tables are not created.
We checked the table DATABASECHANGELOG to ensure the changelog is not processed, as you can see the last change is before 27.11.2025 when we installed the addon.
We tried with other Addon “Reports” for testing purpose and when we build the apllication the following message is displayed and the tables are created correctly. (This is not displayed in Message Templates Addon)
We are using Oracle as a data base with version 19 which is higher than the requested in the documentation.
¿Any idea what we could be doing wrong? We have used many other addons without any problem.
Additional comment
We tried with another application that is not using Oracle database and the change is proccessed and the tables are created successfully.
¿Is there any incompability with this addon and Oracle 19?
Seems like this is bug, message template’s liquibase scripts are not applying to the database due to types mismatching. And i have created an issue on our github tracker so you can track status of the ticket. Thanks for detailed report!
We installed another new addon to see if the liquibase is triggered. The liquibase of other addons are working, i.e = Authorization server and the changelog is ran and the tables are created.
We create a new project from scratch with our Oracle database and the addon Message Templates runs smoothly, meaning this is not a problem with Oracle Datababase.
We assume that a combination of changelogs in our project are clashing but we do not know if this is related to a combination of JMIX addon or due to our custom changelog (that we assume should not have any impact).
We have an entry in the table databasechangelog from April 2025 related to the Message Template AddOn. After deleting the entry in this table the Message Template was installed correctly.