mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-24 22:23:35 -05:00
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. |
||
|---|---|---|
| .. | ||
| common | ||
| main | ||
| state | ||
| __init__.py | ||
| README.md | ||
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.