mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 16:06:52 +00:00
Don't update the schema version
This commit is contained in:
parent
cf92fbb8aa
commit
9549d557ea
2 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ logger = logging.getLogger(__name__)
|
||||||
# XXX: If you're about to bump this to 59 (or higher) please create an update
|
# 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!
|
# 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!
|
# 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__))
|
dir_path = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue