Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -14,8 +14,6 @@ import java.sql.Timestamp; | ... | @@ -14,8 +14,6 @@ import java.sql.Timestamp; |
14 | public class PublisherVersion { | 14 | public class PublisherVersion { |
15 | @Id | 15 | @Id |
16 | @GeneratedValue(strategy = GenerationType.IDENTITY) | 16 | @GeneratedValue(strategy = GenerationType.IDENTITY) |
17 | - // TODO Faire le ménage de cet identifiant | ||
18 | - @Column(name = "PUBLISHER_VERSION_ID") | ||
19 | private int publisherVersionId; | 17 | private int publisherVersionId; |
20 | @ManyToOne | 18 | @ManyToOne |
21 | private Publisher publisher; | 19 | private Publisher publisher; | ... | ... |
-
Please register or login to post a comment