matrix-org_synapse/synapse/storage/schema
David Robertson 44377f5ac0
Revert postgres logical replication deltaas
This reverts two commits:

    0bb8e418a4
    "Fix postgres schema after dropping old tables (#16730)"

and

    51e4e35653
    "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)"

and also amends the changelog.
2023-12-05 16:10:48 +00:00
..
common Revert postgres logical replication deltaas 2023-12-05 16:10:48 +00:00
main Revert postgres logical replication deltaas 2023-12-05 16:10:48 +00:00
state Revert postgres logical replication deltaas 2023-12-05 16:10:48 +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.