Fix build PlusTier sorting

This commit is contained in:
Kalle 2022-09-25 13:19:55 +03:00
parent a589b6b903
commit 6a63a243ba

View File

@ -51,5 +51,8 @@ from
group by
"BuildWithWeapon"."id"
order by
"PlusTier"."tier" asc,
case
when "PlusTier"."tier" is null then 4
else "PlusTier"."tier"
end asc,
"BuildWithWeapon"."updatedAt" desc