Merge branch 'ergo' into 'staging'

Ergo

See merge request PhilippHofer/rot!68
This commit is contained in:
PhilippHofer 2023-11-02 15:01:09 +00:00
commit eddcdf292f

View File

@ -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)