I have created an entity with ManyToOne with User but generated liquibase changelog has instead of which gives error. Below is the generated changelog:
Sorry I forgot to mention Jmix Version, it’s. 1.1.2. BTW, how are you using 1.1.4, it’s not even in Github tags. Is this a typo? I don’t even get unstable versions in my Intellij
Issue is resolved. Entity class was migrated from CubaPlatform and this was missing indexes={} in @Table annotation. Just removed/added column using designer and issue was fixed.