Skip to content

Commit

Permalink
[backend] Add sortable property to team_name (#1399)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5dfacdc)
  • Loading branch information
savacano28 authored and guillaumejparis committed Sep 9, 2024
1 parent b6d79f2 commit 73c3974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Team implements Base {

@Column(name = "team_name")
@JsonProperty("team_name")
@Queryable(searchable = true)
@Queryable(searchable = true, sortable = true)
@NotBlank
private String name;

Expand Down

0 comments on commit 73c3974

Please sign in to comment.