HHH-10889 - Fix unit tests failing on Oracle

This commit is contained in:
Gail Badner 2017-02-27 14:16:37 -08:00
parent 353a548be3
commit c1eb43882e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class SimpleEntity {
private String data;
@Generated(GenerationTime.INSERT)
@Column(columnDefinition = "integer auto_increment")
@Column(columnDefinition = "integer default 1")
private int caseNumberInsert;
public Integer getId() {