Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
dc692556
Commit
dc692556
authored
8 years ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Remove spurious AS clause
parent
dc78db8c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
synapse/storage/event_federation.py
+1
-1
1 addition, 1 deletion
synapse/storage/event_federation.py
with
1 addition
and
1 deletion
synapse/storage/event_federation.py
+
1
−
1
View file @
dc692556
...
@@ -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 < ?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment