mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-31 09:13:25 -05:00
f2d12ccabe
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.