Add columns

This commit is contained in:
James Agnew 2020-03-04 13:49:36 -05:00
parent 58ee76549c
commit 4bd2d1f2f9
1 changed files with 3 additions and 0 deletions

View File

@ -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;