Skip to content

Commit

Permalink
fix: participation 어노테이션 설정 오류 고침
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 committed Nov 17, 2023
1 parent dd2b0bb commit 7c6236a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@Entity
public class Participation extends BaseTimeEntity {
@Id
@GeneratedValue
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "participation_id")
private Long id;

Expand Down

0 comments on commit 7c6236a

Please sign in to comment.