forked-synapse/synapse/storage/schema
Erik Johnston 8c4937b216
Fix bug where device lists would break sync (#17292)
If the stream ID in the unconverted table is ahead of the device lists
ID gen, then it can break all /sync requests that had an ID from ahead
of the table.

The fix is to make sure we add the unconverted table to the list of
tables we check at start up.

Broke in https://github.com/element-hq/synapse/pull/17229
2024-06-10 15:56:57 +01:00
..
common Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop 2023-12-13 15:11:56 +00:00
main Fix bug where device lists would break sync (#17292) 2024-06-10 15:56:57 +01:00
state Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop 2023-12-13 15:11:56 +00:00
__init__.py Add support for MSC3823 - Account Suspension (#17051) 2024-05-01 17:45:17 +01:00
README.md Update book location 2023-12-13 16:15:22 +00:00

Synapse Database Schemas

This directory contains the schema files used to build Synapse databases. For more information, see https://element-hq.github.io/synapse/develop/development/database_schema.html.