change MediaActor in all applications ffrom unique name to unique url

This commit is contained in:
Thomas Peetz
2026-02-11 12:11:39 +01:00
committed by Thomas Peetz
parent 9e7d31d903
commit 9ffbe2cc2f
4 changed files with 4 additions and 5 deletions
@@ -39,10 +39,9 @@ public class MediaActor {
private Date lastModifiedDate;
@NotEmpty
@Column(unique = true)
private String name;
@Column(nullable = true)
@Column(nullable = true,unique = true)
private String url;
@Column(nullable = true)