From 4e75c5e02a6dead87e9a24cbdb8fb015221070ce Mon Sep 17 00:00:00 2001
From: Amber Brown <hawkowl@atleastfornow.net>
Date: Mon, 3 Jun 2019 22:42:12 +1000
Subject: [PATCH] WHY IS THIS CALLED A SLIGHTLY DIFFERENT THING

---
 synapse/storage/schema/full_schemas/54/stream_positions.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/synapse/storage/schema/full_schemas/54/stream_positions.sql b/synapse/storage/schema/full_schemas/54/stream_positions.sql
index d6433a5af2..0febedcc5e 100644
--- a/synapse/storage/schema/full_schemas/54/stream_positions.sql
+++ b/synapse/storage/schema/full_schemas/54/stream_positions.sql
@@ -4,6 +4,7 @@ INSERT INTO federation_stream_position (type, stream_id) VALUES ('federation', -
 INSERT INTO federation_stream_position (type, stream_id) SELECT 'events', coalesce(max(stream_ordering), -1) FROM events;
 INSERT INTO user_directory_stream_pos (stream_id) VALUES (null);
 INSERT INTO stats_stream_pos (stream_id) VALUES (null);
+INSERT INTO event_push_summary_stream_ordering (stream_ordering) VALUES (0);
 
 --- User dir population
 
-- 
GitLab