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