From 01b270e1485e812f005e551de96f62d41bbb2664 Mon Sep 17 00:00:00 2001 From: Neil Johnson Date: Wed, 3 Apr 2019 16:54:43 +0100 Subject: [PATCH] 55->54 --- synapse/storage/schema/delta/30/state_stream.sql | 4 ++-- synapse/storage/schema/full_schemas/16/presence.sql | 2 +- 2 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 a93548c421..bd22db158b 100644 --- a/synapse/storage/schema/delta/30/state_stream.sql +++ b/synapse/storage/schema/delta/30/state_stream.sql @@ -14,8 +14,8 @@ */ -/* We used to create a table called presence_list, but this is no longer used - * and is removed in delta 55. +/* We used to create a table called current_state_resets, but this is no + * longer used 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/16/presence.sql b/synapse/storage/schema/full_schemas/16/presence.sql index b832b6ba4f..01d2d8f833 100644 --- a/synapse/storage/schema/full_schemas/16/presence.sql +++ b/synapse/storage/schema/full_schemas/16/presence.sql @@ -29,4 +29,4 @@ CREATE TABLE IF NOT EXISTS presence_allow_inbound( ); -- We used to create a table called presence_list, but this is no longer used --- and is removed in delta 55. \ No newline at end of file +-- and is removed in delta 54. \ No newline at end of file