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