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

Commit b6eaca0

Browse files
committed
Bump schema ver & minimum schema ver.
1 parent dde36cd commit b6eaca0

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

synapse/storage/schema/__init__.py

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,15 @@
114114
Changes in SCHEMA_VERSION = 80
115115
- The event_txn_id_device_id is always written to for new events.
116116
- Add tables for the task scheduler.
117+
118+
Changes in SCHEMA_VERSION = 81
119+
- The event_txn_id is no longer written to for new events.
117120
"""
118121

119122

120123
SCHEMA_COMPAT_VERSION = (
121-
# Queries against `event_stream_ordering` columns in membership tables must
122-
# be disambiguated.
123-
#
124-
# The threads_id column must written to with non-null values for the
125-
# event_push_actions, event_push_actions_staging, and event_push_summary tables.
126-
#
127-
# insertions to the column `full_user_id` of tables profiles and user_filters can no
128-
# longer be null
129-
76
124+
# The `event_txn_id_device_id` must be written to for new events.
125+
80
130126
)
131127
"""Limit on how far the synapse codebase can be rolled back without breaking db compat
132128

0 commit comments

Comments
 (0)