From e456a69688f6995454a9592983eddb7c01c9cf01 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Wed, 10 Nov 2021 11:27:40 -0800 Subject: [PATCH] make linter happy --- synapse/storage/schema/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/synapse/storage/schema/__init__.py b/synapse/storage/schema/__init__.py index 366ee65349..3a00ed6835 100644 --- a/synapse/storage/schema/__init__.py +++ b/synapse/storage/schema/__init__.py @@ -49,7 +49,9 @@ Changes in SCHEMA_VERSION = 65: """ -SCHEMA_COMPAT_VERSION = 61 # 61: Remove unused tables `user_stats_historical` and `room_stats_historical` +SCHEMA_COMPAT_VERSION = ( + 61 # 61: Remove unused tables `user_stats_historical` and `room_stats_historical` +) """Limit on how far the synapse codebase can be rolled back without breaking db compat This value is stored in the database, and checked on startup. If the value in the