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