[FIX] set User block boolean nullable for creation capability (front pb)
This commit is contained in:
parent
b9eb17e5c6
commit
fd944ab678
@ -48,7 +48,8 @@ public class User extends GenericDataSoftDelete {
|
||||
|
||||
@DefaultValue("'0'")
|
||||
@Column(nullable = false)
|
||||
public boolean blocked = false;
|
||||
@Nullable
|
||||
public Boolean blocked = false;
|
||||
@Column(length = 512)
|
||||
public String blockedReason;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user