From 158a893745ed71ebbfe66d7489e2ffe3dd54eb7b Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Sat, 1 Feb 2025 13:07:49 +0100 Subject: [PATCH] Update synapse/storage/schema/__init__.py Co-authored-by: Devon Hudson --- synapse/storage/schema/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py index 10f687578f2..49e648a92fd 100644 --- a/synapse/storage/schema/__init__.py +++ b/synapse/storage/schema/__init__.py @@ -157,7 +157,7 @@ `sliding_sync_membership_snapshots` -> `forgotten` column Changes in SCHEMA_VERSION = 89 - - Add `state_groups_pending_deletion` and `state_groups_persisting` tabls.q + - Add `state_groups_pending_deletion` and `state_groups_persisting` tables. """