PRAGMA optimize - database schema has changed

These are warnings from SQLite that it is using automatic single-column index. Previous versions of SQLite considered this a feature, but the current versions would like us to add explicit index descriptions, which has not yet been done.

tl;dr: It is expected and has no negative effects.