Simpl-Resultat/src-tauri
Le-King-Fu 9ed79b4fa3 fix: revert schema.sql to match migration 1 checksum (v0.2.5.1)
schema.sql was modified in v0.2.5 to include is_inputable column and
import_config_templates table. Since schema.sql is include_str!'d into
migration 1, this changed its SHA-256 checksum in sqlx's migration
tracker, blocking migrations 4 and 5 from running.

Reverts schema.sql to its original v0.2.4 state so the checksum matches
and new migrations can apply. Fixes both "no such table:
import_config_templates" and is_inputable defaulting to false.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 16:47:07 +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: revert schema.sql to match migration 1 checksum (v0.2.5.1) 2026-02-14 16:47:07 +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: revert schema.sql to match migration 1 checksum (v0.2.5.1) 2026-02-14 16:47:07 +00:00
Cargo.toml fix: revert schema.sql to match migration 1 checksum (v0.2.5.1) 2026-02-14 16:47:07 +00:00
tauri.conf.json fix: revert schema.sql to match migration 1 checksum (v0.2.5.1) 2026-02-14 16:47:07 +00:00