Uniqueness of index - Liquibase not working after setting Unique checkbox

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?

Hello @tomas.klems

Thank you for reporting the problem! Yes, it is a bug, Issue has been created.

Regards,
Dmitry

1 Like