mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-11 21:54:46 +00:00
Remove spurious AS clause
This commit is contained in:
@@ -399,7 +399,7 @@ class EventFederationStore(SQLBaseStore):
|
||||
DELETE FROM stream_ordering_to_exterm
|
||||
WHERE
|
||||
room_id IN (
|
||||
SELECT room_id AS stream_ordering
|
||||
SELECT room_id
|
||||
FROM stream_ordering_to_exterm
|
||||
WHERE stream_ordering > ?
|
||||
) AND stream_ordering < ?
|
||||
|
||||
Reference in New Issue
Block a user