Skip to content

Commit

Permalink
SAK-50829 ORACLE: COMMENT is a reserved word (#13160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusmmp authored Jan 7, 2025
1 parent 084a4cb commit d9b3916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public enum GRADING_PROGRESS {
@Column(name = "SCORE_MAXIMUM", nullable = true)
private Double scoreMaximum;

@Column(name = "COMMENT", length=200, nullable = true)
@Column(name = "SCORE_COMMENT", length=200, nullable = true)
private String comment;

@Column(name = "UPDATED_AT", nullable = true)
Expand Down

0 comments on commit d9b3916

Please sign in to comment.