Eric Eastwood 2022-09-16 10:56:56 -05:00 committed by GitHub
parent d5292b8017
commit 44be42338e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 0 deletions

View file

@ -83,6 +83,8 @@ Changes in SCHEMA_VERSION = 73;
event_push_summary, receipts_linearized, and receipts_graph.
- Add table `event_failed_pull_attempts` to keep track when we fail to pull
events over federation.
- Add indexes to various tables (`event_failed_pull_attempts`, `insertion_events`,
`batch_events`) to make it easy to delete all associated rows when purging a room.
"""