Hi all,
we have an old Jmix application that we previously migrated from Cuba. When we did the migration we had to set “main.liquibase.contexts=cuba” in the application.properties file of our environment to make sure our old Cuba database would be migrated to Jmix. Since then this property has been there and has had the value ‘cuba’.
Now, we want to add the Jmix Reports module to our application. But we run into the problem that Jmix thinks it has to migrate old report-tables from Cuba to Jmix. But there are no old reports tables! We want Jmix to create the reports tables! But how? Setting “main.liquibase.contexts=migrated” would add the reports tables, but in our case this does not work since it triggers many errors “tabel xyz already exists” for every table in our database (since Jmix thinks it has to create them also).
Any ideas?
Kind regards,
Bart