Fix Oracle 11 test failure

This commit is contained in:
Christian Beikov 2023-08-02 19:10:10 +02:00
parent f2b4454c0e
commit 6a4b7467f7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class RemoveEntityTest {
public static class EmployeeEntity {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@GeneratedValue
@Column(name = "ID")
private Integer employeeId;