[HHH-12765] don't use SQL Server reserved keyword in test
This commit is contained in:
parent
2bd99e5f32
commit
d79d6267d0
|
@ -59,7 +59,7 @@ public class LazyInitializationWithoutInlineDirtyTrackingTest extends BaseCoreFu
|
|||
// --- //
|
||||
|
||||
@Entity
|
||||
@Table(name = "FILE")
|
||||
@Table(name = "T_FILE")
|
||||
public static class File {
|
||||
|
||||
@Id
|
||||
|
|
Loading…
Reference in New Issue