임시 패워스드 컬럼 삭제

This commit is contained in:
2025-12-15 15:15:40 +09:00
parent 83e0a3f810
commit 9c418b072b
4 changed files with 2 additions and 32 deletions

View File

@@ -54,11 +54,6 @@ public class MemberEntity {
@Column(name = "name", nullable = false, length = 100)
private String name;
@Size(max = 255)
@NotNull
@Column(name = "temp_password", nullable = false)
private String tempPassword;
@Size(max = 255)
@NotNull
@Column(name = "password", nullable = false)