- Database migrations only happen in `0.1` steps, naming scheme: `db.sqlite3` -> `db.sqlite3~before1.12` - Can be disabled via configuration, on by default - Question: Shall we make sure the WAL is cleared? - This can be done by simply opening and closing the database again
0.1steps, naming scheme:db.sqlite3->db.sqlite3~before1.12