Add columns
This commit is contained in:
parent
58ee76549c
commit
4bd2d1f2f9
|
@ -47,6 +47,9 @@ public class ResourceHistoryProvenanceEntity {
|
|||
private String mySourceUri;
|
||||
@Column(name = "REQUEST_ID", length = Constants.REQUEST_ID_LENGTH, nullable = true)
|
||||
private String myRequestId;
|
||||
// FIXME: make sure this gets populated
|
||||
@Embedded
|
||||
private TenantId myTenantId;
|
||||
|
||||
public ResourceTable getResourceTable() {
|
||||
return myResourceTable;
|
||||
|
|
Loading…
Reference in New Issue