forked-synapse/synapse/storage/schema
David Robertson 51a77e990b
Remove incorrect migration file from state logical DB (#13788)
* Remove incorrect migration file from `state` logical DB

The table `ex_outlier_stream` is part of the `main` logical DB; it
should not have been created in the `state` logical DB. We remove this
migration now as a tidy-up.

Note: we cannot `DROP TABLE IF EXISTS ex_outlier_stream` in a new
migration, because some (most) instances of Synapse host both of these
logical DBs on the same DB cluster.

* Changelog
2022-09-14 14:16:12 +01:00
..
common Support for database schema version ranges (#9933) 2021-06-11 14:45:53 +01:00
main Make sequence cache_invalidation_stream_seq begin at 2 (#13766) 2022-09-13 16:14:28 +02:00
state Remove incorrect migration file from state logical DB (#13788) 2022-09-14 14:16:12 +01:00
__init__.py Make sequence cache_invalidation_stream_seq begin at 2 (#13766) 2022-09-13 16:14:28 +02:00
README.md update links to schema doc (#10620) 2021-08-17 10:45:35 +00:00

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.