Don't update the schema version

pull/7673/head
Brendan Abolivier 2020-06-12 15:03:26 +01:00
parent cf92fbb8aa
commit 9549d557ea
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ logger = logging.getLogger(__name__)
# XXX: If you're about to bump this to 59 (or higher) please create an update
# that drops the unused `cache_invalidation_stream` table, as per #7436!
# XXX: Also add an update to drop `account_data_max_stream_id` as per #7656!
SCHEMA_VERSION = 59
SCHEMA_VERSION = 58
dir_path = os.path.abspath(os.path.dirname(__file__))