Brett Meyer commented on an issue
Hibernate ORM / Bug HHH-8380
SchemaUpdate generates update SQL for unique constraints that exist
Hibernate 4.2.3 Final, Hsqldb 2.2.9.

SchemaUpdate is generating update scripts for unique keys that already exist. As an example, schema update generated an update for:

2013-07-24 15:42:12,892 DEBUG [main] org.hibernate.tool.hbm2ddl.SchemaUpdate - alter table Deal drop constraint UK_6rlxqfyjoaym7viwkrqo69kln
2013-07-24 15:42:12,896 DEBUG [main] or...