Skip to content

Commit

Permalink
Remove unique constraint on Role name since it is sometimes not neede…
Browse files Browse the repository at this point in the history
…d and can't be overriden
  • Loading branch information
sdeleuze committed Jun 19, 2013
1 parent a3113c9 commit 2e2b633
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public void setId(Long id) {
*
* @return the name of the role.
*/
@Column(unique = true)
@NotNull
@JsonView({SummarizeView.class})
public String getName() {
Expand Down

0 comments on commit 2e2b633

Please sign in to comment.