Skip to content

Commit

Permalink
chore: tmpChat, tmpMemo Id type 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 committed Oct 19, 2024
1 parent d424ed3 commit 9d940fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/corecord/dev/domain/user/entity/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public class User extends BaseEntity {
private Status status;

@Column
private Integer tmpChat;
private Long tmpChat;

@Column
private Integer tmpMemo;
private Long tmpMemo;

}

0 comments on commit 9d940fb

Please sign in to comment.