s/stream_ordering/event_stream_ordering/ in push

This commit is contained in:
Mark Haines 2016-03-04 16:15:23 +00:00
parent 7e9fc9b6af
commit ebcbb23226
3 changed files with 31 additions and 27 deletions

View file

@ -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"
))