Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a05f6af

Browse files
committed
Set the min schema version to 72.
1 parent 94f557d commit a05f6af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

synapse/storage/schema/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,14 @@
7474
7575
Changes in SCHEMA_VERSION = 72:
7676
- event_edges.(room_id, is_state) are no longer written to.
77+
- Tables related to groups are dropped.
7778
"""
7879

7980

8081
SCHEMA_COMPAT_VERSION = (
8182
# We no longer maintain `event_edges.room_id`, so synapses with SCHEMA_VERSION < 71
8283
# will break.
83-
71
84+
72
8485
)
8586
"""Limit on how far the synapse codebase can be rolled back without breaking db compat
8687

0 commit comments

Comments
 (0)