HHH-7446 bug-fix
This commit is contained in:
parent
3e1d39b10c
commit
1c57d51a0d
|
@ -311,7 +311,8 @@ public class Table implements RelationalModel, Serializable {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( removeIt ) {
|
if ( removeIt ) {
|
||||||
uniqueKeys.remove( uniqueKeyEntry.getKey() );
|
//uniqueKeys.remove( uniqueKeyEntry.getKey() );
|
||||||
|
uniqueKeyEntries.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue