This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ Document and summarize changes in schema version `61` - `64`.
Original file line number Diff line number Diff line change 27
27
Changes in SCHEMA_VERSION = 61:
28
28
- The `user_stats_historical` and `room_stats_historical` tables are not written and
29
29
are not read (previously, they were written but not read).
30
+ - MSC2716: Add `insertion_events` and `insertion_event_edges` tables to keep track
31
+ of insertion events in order to navigate historical chunks of messages.
32
+ - MSC2716: Add `chunk_events` table to track how the chunk is labeled and
33
+ determines which insertion event it points to.
34
+
35
+ Changes in SCHEMA_VERSION = 62:
36
+ - MSC2716: Add `insertion_event_extremities` table that keeps track of which
37
+ insertion events need to be backfilled.
30
38
31
39
Changes in SCHEMA_VERSION = 63:
32
40
- The `public_room_list_stream` table is not written nor read to
33
41
(previously, it was written and read to, but not for any significant purpose).
34
42
https://github.com/matrix-org/synapse/pull/10565
43
+
44
+ Changes in SCHEMA_VERSION = 64:
45
+ - MSC2716: Rename related tables and columns from "chunks" to "batches".
35
46
"""
36
47
37
48
You can’t perform that action at this time.
0 commit comments