summary refs log tree commit diff
path: root/synapse/replication/resource.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2016-03-04 16:15:23 +0000
committerMark Haines <mark.haines@matrix.org>2016-03-04 16:15:23 +0000
commitebcbb23226904f080e6a9c1e2f2901886c286445 (patch)
treeb09384470ee39a555d028e5cc98e81ae29749189 /synapse/replication/resource.py
parent/FNARG/d (diff)
downloadsynapse-ebcbb23226904f080e6a9c1e2f2901886c286445.tar.xz
s/stream_ordering/event_stream_ordering/ in push
Diffstat (limited to 'synapse/replication/resource.py')
-rw-r--r--synapse/replication/resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/resource.py b/synapse/replication/resource.py
index 15b7898a45..adc1eb1d0b 100644
--- a/synapse/replication/resource.py
+++ b/synapse/replication/resource.py
@@ -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"
             ))