forked-synapse/synapse/storage/schema
Patrick Cloke 3d893b8cf2
Store arbitrary relations from events. (#11391)
Instead of only known relation types. This also reworks the background
update for thread relations to crawl events and search for any relation
type, not just threaded relations.
2021-11-22 12:01:47 -05:00
..
common
main Store arbitrary relations from events. (#11391) 2021-11-22 12:01:47 -05:00
state
__init__.py Remove unused tables room_stats_historical and user_stats_historical (#11280) 2021-11-12 16:47:56 -08: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.