forked from Ruderverein-Donau-Linz/rowt
switch order
This commit is contained in:
parent
2767e2fe25
commit
039f9fbddf
@ -186,7 +186,7 @@ ORDER BY last_access DESC
|
||||
SELECT id, name, pw, is_cox, is_admin, is_guest, deleted, last_access, is_tech, dob, weight, sex
|
||||
FROM user
|
||||
WHERE deleted = 0 AND dob is not null and weight is not null and sex is not null
|
||||
ORDER BY name DESC
|
||||
ORDER BY name
|
||||
"
|
||||
)
|
||||
.fetch_all(db)
|
||||
|
Loading…
x
Reference in New Issue
Block a user