Updated code for evaluation-v2(call)
This commit is contained in:
@@ -88,5 +88,8 @@ public class CallEntity extends BaseEntity {
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "HUB_ID")
|
||||
private HubEntity hub;
|
||||
|
||||
@Column(name = "evaluationVersion")
|
||||
private String evaluationVersion;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user