SQLite Forum

How to handle collation version changes
Login
You will note that the `REINDEX` command can rebuild indexes for (1) the entire database (2) all indexes on a specific table (3) a specific index (4) all indexes that use the specified collation sequence.

<https://sqlite.org/lang_reindex.html>