Skip to content

Commit

Permalink
Order attendees list
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed May 16, 2024
1 parent 007a692 commit 56578d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ function useData({
SELECT * FROM attends
WHERE $event IN tournament_path
ORDER BY out.start, in.name
START $start
LIMIT $limit
FETCH in, out, players.*;
Expand Down

0 comments on commit 56578d8

Please sign in to comment.