Skip to content

Commit

Permalink
update assignment order
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuber committed Aug 16, 2023
1 parent 917447c commit 5590e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool/app/assignment/repo/repo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module Sql = struct
|> select_sql
~joins:
{sql|JOIN user_users ON pool_assignments.contact_uuid = user_users.uuid|sql}
|> Format.asprintf "%s\n ORDER BY user_users.given_name, user_users.name"
|> Format.asprintf "%s\n ORDER BY user_users.name, user_users.given_name"
|> Caqti_type.string ->* RepoEntity.t
;;

Expand Down

0 comments on commit 5590e8c

Please sign in to comment.