Simpl-Resultat/src-tauri/src/database
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
..
mod.rs feat: seed categories and keywords from SommaireDepense.csv 2026-02-09 01:40:47 +00:00
schema.sql fix: revert schema.sql to match migration 1 checksum (v0.2.5.1) 2026-02-14 16:47:07 +00:00
seed_categories.sql feat: seed categories and keywords from SommaireDepense.csv 2026-02-09 01:40:47 +00:00