anonymousland-synapse/synapse/storage/schema
Richard van der Hoff 5e17922ef7
Stop reading from event_edges.room_id. (#12914)
event_edges.room_id is implied by the event id, so there is no need to join on the room id.
2022-05-31 13:51:49 +01:00
..
common
main
state
__init__.py Stop reading from event_edges.room_id. (#12914) 2022-05-31 13:51:49 +01:00
README.md

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.