Compare commits
No commits in common. "8250881764af0e7a9a16ab2c67448e9e975bf081" and "4297c8e971577f522048cbfb3d4ecddec3153d4c" have entirely different histories.
8250881764
...
4297c8e971
@ -185,7 +185,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 != '' and weight != '' and sex != ''
|
||||
WHERE deleted = 0 AND dob is not null and weight is not null and sex is not null
|
||||
ORDER BY name
|
||||
"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user