synapse-product/synapse/storage/schema
Richard van der Hoff 0aab50c772
fix ordering of bg update (#10291)
this was a typo introduced in #10282. We don't want to end up doing the
`replace_stream_ordering_column` update after anything that comes up in
migration 60/03.
2021-07-01 18:45:55 +01:00
..
common Support for database schema version ranges (#9933) 2021-06-11 14:45:53 +01:00
main fix ordering of bg update (#10291) 2021-07-01 18:45:55 +01:00
state Reorganise the database schema directories (#9932) 2021-05-07 10:22:05 +01:00
__init__.py Migrate stream_ordering to a bigint (#10264) 2021-06-29 11:25:34 +01:00
README.md Support for database schema version ranges (#9933) 2021-06-11 14:45:53 +01:00

Synapse Database Schemas

This directory contains the schema files used to build Synapse databases. For more information, see /docs/development/database_schema.md.