Skip to content

core: Bump database version

More fallout from the SQLite change at https://github.com/sqlite/sqlite/commit/74851f66811854c772a9b2d0a13f1e9e82b69c25. Since the broken SQL belongs in a SQL view defined at database creation time, the fix at commit 0c576af6 ("core: Fix incompatibility introduced by SQLite 3.45.3") will only work on databases created from scratch.

Bump our own database version, and let the version bump handle reconstructing the FTS view/table, so that the users that didn't reset the database will find the change applied automatically.

Closes: tracker-miners#339 (closed) Fixes: 0c576af6 ("core: Fix incompatibility introduced by SQLite 3.45.3")

Merge request reports