Skip to content

Commit

Permalink
[bugfix/#213] PolicyTerm PK 생성 전략 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whitem4rk committed Jan 12, 2024
1 parent d06b3f9 commit c2bdaef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class PolicyTerm extends BaseEntity {

@Id
@GeneratedValue
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

@ManyToOne(fetch = FetchType.LAZY, optional = false)
Expand Down

0 comments on commit c2bdaef

Please sign in to comment.