From 16d17f75531ea6aabe9a61c33a27ae185bacc0d2 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 2 Aug 2022 20:09:22 -0500 Subject: Fix table missing column --- synapse/storage/schema/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'synapse/storage/schema/__init__.py') diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py index d1c462a30f..dd187f7422 100644 --- a/synapse/storage/schema/__init__.py +++ b/synapse/storage/schema/__init__.py @@ -75,8 +75,8 @@ Changes in SCHEMA_VERSION = 71: Changes in SCHEMA_VERSION = 72: - event_edges.(room_id, is_state) are no longer written to. - Tables related to groups are dropped. - - Rename column in `device_lists_outbound_pokes` from `opentracing_context` to - generalized `tracing_context`. + - Rename column in `device_lists_outbound_pokes` and `device_lists_changes_in_room` + from `opentracing_context` to generalized `tracing_context`. """ -- cgit 1.5.1