Simpl-Resultat/src-tauri/src
le king fu 08c54b1f75
Some checks are pending
Release / build-and-release (push) Waiting to run
Fix migration repair: update checksums instead of deleting records
The previous approach deleted migration records to force re-application,
but this is dangerous for migration 2 which DELETEs all categories and
keywords before re-inserting them, wiping user customizations.

Now computes the expected SHA-384 checksum (matching sqlx) and updates
the stored checksum in _sqlx_migrations, so the migration is recognized
as already applied without being re-run.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 16:27:02 -05:00
..
commands Fix migration repair: update checksums instead of deleting records 2026-03-01 16:27:02 -05:00
database Fix app stuck on spinner after v0.4.0 update (GH #9) 2026-02-26 21:54:42 -05:00
lib.rs Fix migration checksum mismatch on startup 2026-03-01 09:17:35 -05:00
main.rs Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00