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:13:46 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
69d20bbc33b4a889ae4e4a5b5ce2a0c25376fc7f
69d20bbc
1 parent
b23030b9
Suppression de d'ID DB de UserProperty
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/org/legrog/entities/UserProperty.java
src/main/java/org/legrog/entities/UserProperty.java
View file @
69d20bb
...
...
@@ -10,7 +10,6 @@ import javax.persistence.*;
public
class
UserProperty
{
@Id
@GeneratedValue
(
strategy
=
GenerationType
.
IDENTITY
)
/* Permet la population */
@Column
(
name
=
"USER_PROPERTY_ID"
)
private
int
userPropertyId
;
/**
...
...
Please
register
or
login
to post a comment