Skip to content

Commit

Permalink
fix: ChatMessage lastMessage 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
koreaioi committed Oct 6, 2024
1 parent 8f6d4fb commit 0f702e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/com/leets/X/domain/chat/entity/ChatRoom.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ public class ChatRoom extends BaseTimeEntity {
@JoinColumn(name = "user2_id")
private User user2;

// private String Message;

// private LocalDateTime lastMessageTime;

private String lastMessage;
}

0 comments on commit 0f702e4

Please sign in to comment.