If you have an existing index, after checking Unique checkbox, the Liquibase does not reflect it and the change log is not generated…
The atribute is there:
@Index(name = "IDX_APPLICATION_FORM_BARCODE", columnList = "BARCODE", unique = true)
But there is no DDL change…
Is it a Liquibase bug?