Fix query for last span
This commit is contained in:
parent
97366485c9
commit
8bdd626909
1 changed files with 6 additions and 6 deletions
|
|
@ -458,7 +458,7 @@ impl EuphRequest {
|
|||
SELECT start, end
|
||||
FROM euph_spans
|
||||
WHERE room = ?
|
||||
ORDER BY start, end DESC
|
||||
ORDER BY start DESC
|
||||
LIMIT 1
|
||||
",
|
||||
)?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue