I am trying to create a simple POC application on JMIX and after creating two entities, I successfully run the application. Then I tried to create more entities but these no longer were synchronized to the hsqldb data store (I used DBeaver to inspect it).
I tried many things such as:
- Recreating the DB
- Deleting all changelogs under the “changelog” folder (except for changelog.xml and 010-init-user.xml)
- “Manually” creating a new changelog for the datastore (I get a file with no tables/columns additions)
I always get a message saying the database is already synchronized when I use the “Update” option for the main data store.
Please see some images below. Any help is welcome.
JMIX version 1.5.0
Database changelog table contents as shown by DBeaver:
Contents of application resources directory: