Skip to content

Commit

Permalink
Update Exercise.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sametaln committed Oct 21, 2024
1 parent 59a8519 commit 6134eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Exercise {
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

@Column(unique = true)
@Column
private String name; // Name of the exercise

@Enumerated(EnumType.STRING)
Expand Down

0 comments on commit 6134eed

Please sign in to comment.