Skip to content

Commit

Permalink
#10581 remove orderby
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Jun 25, 2024
1 parent 4340069 commit bc08b2a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class CustomQuestionResponse implements Serializable {

@ManyToOne
@JoinColumn(nullable = false)
@OrderBy("displayOrder")
private CustomQuestion customQuestion;

@Column(name = "response", columnDefinition = "TEXT", nullable = true)
Expand Down

0 comments on commit bc08b2a

Please sign in to comment.