• v0.2.7 c7f7bab98f

    fix: restore schema.sql to exact v0.2.4 bytes for migration checksum (v0.2.7)
    Some checks failed
    Release / build (windows-latest) (push) Has been cancelled

    Ghost released this 2026-02-14 17:23:36 +00:00 | 144 commits to main since this release

    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

    Downloads