forked-synapse/synapse/storage/schema
Erik Johnston e9069c9f91
Mark sync as limited if there is a gap in the timeline (#16485)
This splits thinsg into two queries, but most of the time we won't have
new event backwards extremities so this shouldn't actually add an extra
RTT for the majority of cases.

Note this removes the check for events with no prev events, but that was
part of MSC2716 work that has since been removed.
2023-10-19 15:04:18 +01:00
..
common Snapshot schema 72 (#13873) 2022-09-26 18:28:32 +01:00
main Mark sync as limited if there is a gap in the timeline (#16485) 2023-10-19 15:04:18 +01:00
state Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
__init__.py Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (#16465) 2023-10-12 08:56:10 -04:00
README.md update links to schema doc (#10620) 2021-08-17 10:45:35 +00:00

Synapse Database Schemas

This directory contains the schema files used to build Synapse databases. For more information, see https://matrix-org.github.io/synapse/develop/development/database_schema.html.