Skip to content

Commit 4e281d0

Browse files
rename field
1 parent cc76100 commit 4e281d0

File tree

1 file changed

+2
-2
lines changed
  • hibernate-dialect/src/test/java/tech/ydb/hibernate/types

1 file changed

+2
-2
lines changed

hibernate-dialect/src/test/java/tech/ydb/hibernate/types/Employee.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ public class Employee {
4747
@Column
4848
private int age;
4949

50-
@Column(name = "limit_domain_password")
51-
private LocalDateTime limitDomainPassword;
50+
@Column(name = "expired_domain_password")
51+
private LocalDateTime expiredDomainPassword;
5252

5353
@Column
5454
private byte[] bytes;

0 commit comments

Comments
 (0)