Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
wizards
mffzoom
Commits
f4e51085
Commit
f4e51085
authored
Apr 14, 2020
by
Martin Mareš
Browse files
find-collisions: Systematic order
parent
79f4b1ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
hook/find-collisions.py
View file @
f4e51085
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment