forked-synapse/synapse/storage/schema
Patrick Cloke f2d12ccabe
Use partial indices on SQLIte. (#13802)
Partial indices have been supported since SQLite 3.8, but Synapse
now requires >= 3.27, so we can enable support for them.

This requires rebuilding previous indices which were partial on
PostgreSQL, but not on SQLite.
2022-09-14 12:01:42 -04:00
..
common Support for database schema version ranges (#9933) 2021-06-11 14:45:53 +01:00
main Use partial indices on SQLIte. (#13802) 2022-09-14 12:01:42 -04: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.