forked-synapse/synapse/storage/schema/main
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
..
delta Use partial indices on SQLIte. (#13802) 2022-09-14 12:01:42 -04:00
full_schemas Reorganise the database schema directories (#9932) 2021-05-07 10:22:05 +01:00