From 54c6d6d4626e1f4890ead60a4cef836ead855f1b Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Wed, 3 Apr 2019 16:52:32 +0100 Subject: [PATCH] 54->55 --- synapse/storage/schema/delta/30/state_stream.sql | 2 +- synapse/storage/schema/full_schemas/11/event_edges.sql | 2 +- synapse/storage/schema/full_schemas/16/event_edges.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/synapse/storage/schema/delta/30/state_stream.sql b/synapse/storage/schema/delta/30/state_stream.sql index 7e5aeb33d2..a93548c421 100644 --- a/synapse/storage/schema/delta/30/state_stream.sql +++ b/synapse/storage/schema/delta/30/state_stream.sql @@ -15,7 +15,7 @@ /* We used to create a table called presence_list, but this is no longer used - * and is removed in delta 54. + * and is removed in delta 55. */ /* The outlier events that have aquired a state group typically through diff --git a/synapse/storage/schema/full_schemas/11/event_edges.sql b/synapse/storage/schema/full_schemas/11/event_edges.sql index d22de12f4c..bb0f641025 100644 --- a/synapse/storage/schema/full_schemas/11/event_edges.sql +++ b/synapse/storage/schema/full_schemas/11/event_edges.sql @@ -15,7 +15,7 @@ /* We used to create a tables called event_destinations and * state_forward_extremities, but these are no longer used and are removed in - * delta 54. + * delta 55. */ CREATE TABLE IF NOT EXISTS event_forward_extremities( diff --git a/synapse/storage/schema/full_schemas/16/event_edges.sql b/synapse/storage/schema/full_schemas/16/event_edges.sql index 599ab7521f..4fd6af6c25 100644 --- a/synapse/storage/schema/full_schemas/16/event_edges.sql +++ b/synapse/storage/schema/full_schemas/16/event_edges.sql @@ -15,7 +15,7 @@ /* We used to create a tables called event_destinations and * state_forward_extremities, but these are no longer used and are removed in - * delta 54. + * delta 55. */ CREATE TABLE IF NOT EXISTS event_forward_extremities(