Skip to content

Commit

Permalink
refactor: Password에 Null을 허용 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
limehee committed Sep 15, 2024
1 parent 2b922aa commit 322da9e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class UserEntity extends BaseEntity {
@Id
private String deviceTag;

@Column(nullable = false)
private String password;

@Enumerated(EnumType.STRING)
Expand Down

0 comments on commit 322da9e

Please sign in to comment.