Skip to content

Commit

Permalink
feat : progressStep 에서 project_id -> projectId 으로 변경
Browse files Browse the repository at this point in the history
- 컨벤션으로 인한 수정

연관 이슈
- #252
  • Loading branch information
oowtl committed Jan 24, 2025
1 parent 8f602a4 commit ecd479d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class ProgressStep extends BaseEntity {
private LocalDateTime closeAt;

@Column(name = "project_id")
private Long project_id;
private Long projectId;

/*@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "project_id")
Expand Down

0 comments on commit ecd479d

Please sign in to comment.