Skip to content

Commit

Permalink
Merge pull request #34 from Nexters/dev
Browse files Browse the repository at this point in the history
Dev -> Main merge 08.13 05:42....
  • Loading branch information
parkdaye authored Aug 12, 2023
2 parents f67a879 + c5287fd commit 67da898
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public class Team extends BaseEntity {

@Enumerated(EnumType.STRING)
@Column(name = "round_status")
private RoundStatus roundStatus;
@Builder.Default
private RoundStatus roundStatus = RoundStatus.FIRST_ROUND;

@ManyToOne(fetch = FetchType.LAZY)
@JoinColumn(name = "team_building_id")
Expand Down

0 comments on commit 67da898

Please sign in to comment.