fix: 유저 행동 데이터
- commentId -> contentCommentId 로 변경
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user