HHH-10296 : Fix more DB reserved words used by tests
This commit is contained in:
parent
ae91c8722a
commit
d8f57877f2
|
@ -95,6 +95,7 @@ public class TestFkUpdating {
|
|||
}
|
||||
|
||||
@Entity( name = "Role" )
|
||||
@Table( name = "`Role`")
|
||||
public class Role {
|
||||
private Integer id;
|
||||
|
||||
|
|
Loading…
Reference in New Issue