matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.12k forks source link

Fix postgres schema after dropping old tables #16730

Closed DMRobertson closed 11 months ago

DMRobertson commented 11 months ago

This resolves a conflict between https://github.com/matrix-org/synapse/pull/16658 and https://github.com/matrix-org/synapse/pull/16652 and should unsad CI.

Half-Shot commented 11 months ago

Aha, this is why #16729 is failing. Thanks!

DMRobertson commented 11 months ago

The migrations I deleted should correspond exactly to the tables in this delta: https://github.com/matrix-org/synapse/blob/579c6be5f6eabcb05061730ea4d04d000e105076/synapse/storage/schema/main/delta/83/01_drop_old_tables.sql#L16-L24