Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2016-11-21 16:04:06 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b23030b934d9747936bc134ac7710144748803ee
b23030b9
1 parent
295f21be
Suppression de d'ID DB de PublisherVersion
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
src/main/java/org/legrog/entities/PublisherVersion.java
src/main/java/org/legrog/entities/PublisherVersion.java
View file @
b23030b
...
...
@@ -14,8 +14,6 @@ import java.sql.Timestamp;
public
class
PublisherVersion
{
@Id
@GeneratedValue
(
strategy
=
GenerationType
.
IDENTITY
)
// TODO Faire le ménage de cet identifiant
@Column
(
name
=
"PUBLISHER_VERSION_ID"
)
private
int
publisherVersionId
;
@ManyToOne
private
Publisher
publisher
;
...
...
Please
register
or
login
to post a comment