Skip to content

Commit

Permalink
Merge pull request #107 from Central-MakeUs/80-회원-탈퇴를-할-수-있다
Browse files Browse the repository at this point in the history
Fix(#80): 회원탈퇴 deletedAt 업데이트 가능하게 수정
  • Loading branch information
tmddus2 authored Aug 28, 2024
2 parents 193e126 + 46d263f commit beccae1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public class User {
@Column(updatable = false)
private Date createdAt;

@Column(updatable = false)
private LocalDateTime deletedAt;

public void agreeToTerms() {
Expand Down

0 comments on commit beccae1

Please sign in to comment.