Skip to content

Commit

Permalink
Revise AssignmentEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapter1990 committed Aug 19, 2023
1 parent 0a4fb04 commit ac91a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class AssignmentEntity extends BaseEntity {
private Point point;

@Enumerated(EnumType.STRING)
@Column(name = "ASSIGNMENT_STATUS")
@Column(name = "STATUS")
private AssignmentStatus status;

@OneToOne
Expand Down

0 comments on commit ac91a2d

Please sign in to comment.