Skip to content
Snippets Groups Projects
Commit dc692556 authored by Erik Johnston's avatar Erik Johnston
Browse files

Remove spurious AS clause

parent dc78db8c
Branches
Tags
No related merge requests found
...@@ -399,7 +399,7 @@ class EventFederationStore(SQLBaseStore): ...@@ -399,7 +399,7 @@ class EventFederationStore(SQLBaseStore):
DELETE FROM stream_ordering_to_exterm DELETE FROM stream_ordering_to_exterm
WHERE WHERE
room_id IN ( room_id IN (
SELECT room_id AS stream_ordering SELECT room_id
FROM stream_ordering_to_exterm FROM stream_ordering_to_exterm
WHERE stream_ordering > ? WHERE stream_ordering > ?
) AND stream_ordering < ? ) AND stream_ordering < ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment