This commit is contained in:
@@ -69,7 +69,7 @@ public class User {
|
||||
private LocalDateTime lastLoginAt;
|
||||
|
||||
@Column(name = "is_active")
|
||||
private Boolean isActive = false;
|
||||
private boolean isActive = false;
|
||||
|
||||
@OneToMany(mappedBy = "user", cascade = CascadeType.ALL, orphanRemoval = true)
|
||||
@JsonIgnore
|
||||
|
||||
Reference in New Issue
Block a user