Skip to content

Commit

Permalink
storage/mariadb: and do it in the correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
Wessie committed Jun 20, 2024
1 parent 8399e73 commit 7289f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/mariadb/track.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ AS (SELECT DISTINCT
esong ON esong.id = efave.isong
WHERE
enick.nick = ?
ORDER BY efave.id)
ORDER BY efave.id ASC)
SELECT
{songColumns},
{maybeTrackColumns},
Expand Down

0 comments on commit 7289f85

Please sign in to comment.