Skip to content

v7.1.6

Choose a tag to compare

@GeiserX GeiserX released this 08 Mar 17:09

Bug Fixes

  • fix: make migrations 007-009 idempotent — When create_all() runs before Alembic (fresh SQLite databases), tables and columns may already exist. Migrations now inspect the schema before altering, preventing "duplicate column name: username" crashes on upgrade. Fixes #81.

Full Changelog: v7.1.5...v7.1.6