Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -21,7 +21,7 @@ public class PublisherRevision { | ... | @@ -21,7 +21,7 @@ public class PublisherRevision { |
21 | private String publisherURL; | 21 | private String publisherURL; |
22 | private boolean publisherActive; | 22 | private boolean publisherActive; |
23 | private String publisherHistory; | 23 | private String publisherHistory; |
24 | - @OneToOne | 24 | + @ManyToOne |
25 | private User publisherRevisionAuthor; | 25 | private User publisherRevisionAuthor; |
26 | private Timestamp publisherRevisionDatetime; | 26 | private Timestamp publisherRevisionDatetime; |
27 | 27 | ... | ... |
-
Please register or login to post a comment