MatrixSynapse/synapse/storage/schema
David Robertson 0bb8e418a4
Fix postgres schema after dropping old tables (#16730)
2023-12-05 11:08:40 +00:00
..
common Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one. This should allow use of Postgres logical replication. (take 2, now with no added deadlocks!) (#16658) 2023-12-04 14:57:28 +00:00
main Fix postgres schema after dropping old tables (#16730) 2023-12-05 11:08:40 +00:00
state Add a Postgres `REPLICA IDENTITY` to tables that do not have an implicit one. This should allow use of Postgres logical replication. (take 2, now with no added deadlocks!) (#16658) 2023-12-04 14:57:28 +00:00
README.md update links to schema doc (#10620) 2021-08-17 10:45:35 +00:00
__init__.py Drop unused tables & unneeded access token ID for events. (#16522) 2023-12-01 10:12:00 +00: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.