Safety commit

Ran out of electricity last night when I'd almost but not quite got creation working properly. Frustrating! I don't have much electricity this morning so I'm pushing this up to GitHub for safety.
This commit is contained in:
Simon Brooke 2018-08-06 09:29:56 +01:00
parent 1069984849
commit 130d12975d
4 changed files with 4 additions and 5 deletions

View file

@ -75,5 +75,5 @@ SELECT roles.*
FROM roles, ln_canvassers_roles
WHERE roles.id = ln_canvassers_roles.role_id
AND ln_canvassers_roles.canvasser_id = :id
ORDER BY canvassers.name,
canvassers.id
ORDER BY roles.name,
roles.id