mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
51e4e35653
* Add `ALTER TABLE ... REPLICA IDENTITY ...` for individual tables We can't combine them into one file as it makes it likely to hit a deadlock if Synapse is running, as it only takes one other transaction to access two tables in a different order to the schema delta. * Add notes * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Re-introduce REPLICA IDENTITY test --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> |
||
---|---|---|
.. | ||
10_replica_identity_applied_module_schemas.sql.postgres | ||
10_replica_identity_applied_schema_deltas.sql.postgres | ||
10_replica_identity_background_updates.sql.postgres | ||
10_replica_identity_schema_compat_version.sql.postgres | ||
10_replica_identity_schema_version.sql.postgres |