[FIX] set User block boolean nullable for creation capability (front pb)
This commit is contained in:
parent
d559289db3
commit
f3baf87616
@ -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