MatrixSynapse/synapse/storage/schema
Richard van der Hoff 24b590de32
Remove code which updates `application_services_state.last_txn` (#12680)
This column is unused as of #12209, so let's stop writing to it.
2022-05-17 11:07:18 +01:00
..
common Support for database schema version ranges (#9933) 2021-06-11 14:45:53 +01:00
main Add index to cache invalidations (#12747) 2022-05-17 09:34:59 +00: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 Remove code which updates `application_services_state.last_txn` (#12680) 2022-05-17 11:07:18 +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.