diff --git a/synapse/storage/data_stores/main/schema/delta/59/00push_summary_unread_count.sql b/synapse/storage/data_stores/main/schema/delta/58/07push_summary_unread_count.sql similarity index 100% rename from synapse/storage/data_stores/main/schema/delta/59/00push_summary_unread_count.sql rename to synapse/storage/data_stores/main/schema/delta/58/07push_summary_unread_count.sql diff --git a/synapse/storage/prepare_database.py b/synapse/storage/prepare_database.py index bec8da7f6..9cc3b51fe 100644 --- a/synapse/storage/prepare_database.py +++ b/synapse/storage/prepare_database.py @@ -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__))