mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-03 19:49:18 -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.