From f36010fefa20c9ed291a591760c8f68c21c7bb59 Mon Sep 17 00:00:00 2001 From: Klaus Date: Mon, 19 May 2025 15:17:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9C=A0=EC=A0=80=20=ED=96=89=EB=8F=99?= =?UTF-8?q?=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20-=20commentId=20->=20contentCo?= =?UTF-8?q?mmentId=20=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/kr/co/vividnext/sodalive/useraction/UserActionLog.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/useraction/UserActionLog.kt b/src/main/kotlin/kr/co/vividnext/sodalive/useraction/UserActionLog.kt index c7ae5cc..2261cc6 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/useraction/UserActionLog.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/useraction/UserActionLog.kt @@ -10,5 +10,5 @@ data class UserActionLog( val memberId: Long, @Enumerated(EnumType.STRING) val actionType: ActionType, - val commentId: Long? = null + val contentCommentId: Long? = null ) : BaseEntity()