Liquibase generate changelog repeatly drop and create FileRef column

Hi,

My Jmix version 1.5.1 with flowUI

Settings → Jmix → Type Mappings

mssql → add : String, java.sql.Types.NVARCHAR (Length)

add-type-mapping

than

Entity with FileRef column will repeatly drop/create when auto generate changelog

drop-add-repeat

Do you have any other solutions??

Thanks

Hi
Thanks for reporting the issue. I’ve reproduced the problem.
The YouTrack issue has been created, so you can follow the progress.

As a workaround you can set nvarchar instead of java.sql.Types.NVARCHAR in your type mappings.

1 Like