Skip to content

Commit

Permalink
refactor: delete unused GeneratedValue
Browse files Browse the repository at this point in the history
  • Loading branch information
baebae02 committed Nov 5, 2023
1 parent a7f96db commit 12e7c88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/uspray/uspray/domain/Category.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
@Where(clause = "deleted=false")
public class Category extends AuditingTimeEntity {

@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "category_id")
@Id
private Long id;
Expand Down

0 comments on commit 12e7c88

Please sign in to comment.