Fix the ordering of events #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "event-ordering-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Events were ordered by SQL order (ie. undefined). Now they are ordered by their
start_time
field.