MatrixSynapse/synapse/storage/schema
Richard van der Hoff 8aaa4b7b5d
Drop backwards-compatibility support for "outlier" (#10903)
Before Synapse 1.31 (#9411), we relied on `outlier` being stored in the
`internal_metadata` column. We can now assume nobody will roll back their
deployment that far and drop the legacy support.
2021-09-28 15:25:36 +01:00
..
common Support for database schema version ranges (#9933) 2021-06-11 14:45:53 +01:00
main Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
state Reduce likelihood of Postgres table scanning `state_groups_state`. (#10359) 2021-07-15 16:02:12 +01:00
README.md update links to schema doc (#10620) 2021-08-17 10:45:35 +00:00
__init__.py Drop backwards-compatibility support for "outlier" (#10903) 2021-09-28 15:25:36 +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.