mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
s/stream_ordering/event_stream_ordering/ in push
This commit is contained in:
parent
7e9fc9b6af
commit
ebcbb23226
3 changed files with 31 additions and 27 deletions
|
@ -293,7 +293,7 @@ class ReplicationResource(Resource):
|
|||
push_rules, current_position, limit
|
||||
)
|
||||
writer.write_header_and_rows("push_rules", rows, (
|
||||
"position", "stream_ordering", "user_id", "rule_id", "op",
|
||||
"position", "event_stream_ordering", "user_id", "rule_id", "op",
|
||||
"priority_class", "priority", "conditions", "actions"
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue