Skip to content
Snippets Groups Projects
Commit f4e51085 authored by Martin Mareš's avatar Martin Mareš
Browse files

find-collisions: Systematic order

parent 79f4b1ed
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ db.execute("""
JOIN zoom_schedule s ON s.mid = m.mid
WHERE
s.start_time >= NOW()
ORDER BY u.uid, s.start_time
ORDER BY u.uid, s.start_time, m.mid
""")
class Meeting:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment