From 4c386515e68d0fb0f4b3d36efb951ffc60c3aff2 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 6 Jun 2022 10:01:31 -0400 Subject: [PATCH] Note in schema version. --- synapse/storage/schema/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py index 19466150d4c6..5843fae6057d 100644 --- a/synapse/storage/schema/__init__.py +++ b/synapse/storage/schema/__init__.py @@ -70,6 +70,7 @@ Changes in SCHEMA_VERSION = 71: - event_edges.room_id is no longer read from. + - Tables related to groups are no longer accessed. """