You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HibernateDatabaseSnapshotGenerator does not check fields annotated with @column(unique=true) in the determination of unique indices. This eventually results in removal of the unique constraint of those constraints. This is clearly undesired.
The text was updated successfully, but these errors were encountered:
Originally https://liquibase.jira.com/browse/CONTRIB-13
HibernateDatabaseSnapshotGenerator does not check fields annotated with @column(unique=true) in the determination of unique indices. This eventually results in removal of the unique constraint of those constraints. This is clearly undesired.
The text was updated successfully, but these errors were encountered: