synapse-product/synapse/storage/schema
Richard van der Hoff 147f098fb4
Stop writing to event_reference_hashes (#12679)
This table is never read, since #11794. We stop writing to it; in future we can
drop it altogether.
2022-05-10 15:35:08 +01:00
..
common Support for database schema version ranges (#9933) 2021-06-11 14:45:53 +01:00
main Track device list updates per room. (#12321) 2022-04-04 15:25:20 +01:00
state Reduce likelihood of Postgres table scanning state_groups_state. (#10359) 2021-07-15 16:02:12 +01:00
__init__.py Stop writing to event_reference_hashes (#12679) 2022-05-10 15:35:08 +01: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.