set default approve value as true
This commit is contained in:
parent
63f35eb838
commit
3f6d29ffef
|
|
@ -31,7 +31,7 @@ import java.util.Date;
|
|||
private Date curationDate;
|
||||
@Column(name = "curated_by")
|
||||
private String curatedBy;
|
||||
private boolean approved;
|
||||
private boolean approved = true;
|
||||
@Column(name = "source_id")
|
||||
private String sourceId;
|
||||
@Column(name = "target_id")
|
||||
|
|
|
|||
Loading…
Reference in New Issue