fix: 유저 행동 데이터
- commentId -> contentCommentId 로 변경
This commit is contained in:
@@ -10,5 +10,5 @@ data class UserActionLog(
|
|||||||
val memberId: Long,
|
val memberId: Long,
|
||||||
@Enumerated(EnumType.STRING)
|
@Enumerated(EnumType.STRING)
|
||||||
val actionType: ActionType,
|
val actionType: ActionType,
|
||||||
val commentId: Long? = null
|
val contentCommentId: Long? = null
|
||||||
) : BaseEntity()
|
) : BaseEntity()
|
||||||
|
|||||||
Reference in New Issue
Block a user