Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support @Column(unique=true) hibernate annotations #14

Closed
nvoxland opened this issue Oct 11, 2013 · 0 comments
Closed

Support @Column(unique=true) hibernate annotations #14

nvoxland opened this issue Oct 11, 2013 · 0 comments
Milestone

Comments

@nvoxland
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant