This commit is contained in:
Michael Hoennig 2024-06-17 09:19:47 +02:00
parent b1cf2ed04a
commit ead3fa2053

View File

@ -96,7 +96,7 @@ public class HsHostingAssetEntity implements Stringifyable, RbacObject {
@OneToMany(cascade = CascadeType.REFRESH, orphanRemoval = true, fetch = FetchType.LAZY)
@JoinColumn(name="parentassetuuid", referencedColumnName="uuid")
private List<HsHostingAssetEntity> subHostingAssets; // FIXME: can only be one
private List<HsHostingAssetEntity> subHostingAssets;
@Column(name = "identifier")
private String identifier; // e.g. vm1234, xyz00, example.org, xyz00_abc