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