Simpl-Resultat/src-tauri
Le-King-Fu c7f7bab98f
Some checks failed
Release / build (windows-latest) (push) Has been cancelled
fix: restore schema.sql to exact v0.2.4 bytes for migration checksum (v0.2.7)
v0.2.6 still had comment lines in schema.sql that changed the SHA-384
checksum. sqlx requires byte-for-byte match with the originally applied
migration SQL. schema.sql is now identical to the v0.2.4 original.

Migrations 4 (is_inputable column) and 5 (import_config_templates table)
in lib.rs handle adding these to existing databases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 17:23:36 +00:00
..
capabilities feat: add Settings page with in-app updater support 2026-02-11 11:47:25 +00:00
icons Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
src fix: restore schema.sql to exact v0.2.4 bytes for migration checksum (v0.2.7) 2026-02-14 17:23:36 +00:00
.gitignore Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
build.rs Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
Cargo.lock fix: restore schema.sql to exact v0.2.4 bytes for migration checksum (v0.2.7) 2026-02-14 17:23:36 +00:00
Cargo.toml fix: restore schema.sql to exact v0.2.4 bytes for migration checksum (v0.2.7) 2026-02-14 17:23:36 +00:00
tauri.conf.json fix: restore schema.sql to exact v0.2.4 bytes for migration checksum (v0.2.7) 2026-02-14 17:23:36 +00:00